OwRead

Struct OwRead 

Source
pub struct OwRead;
Expand description

§OwRead

Structure encapsulating the command line argument processing and help for owread

Uses default implementation except function help_and_options

Trait Implementations§

Source§

impl Parser for OwRead

Source§

fn help_and_options( &self, owserver: &mut OwMessage, args: &mut Arguments, ) -> OwEResult<()>

Source§

fn command_line(&self, owserver: &mut OwMessage) -> OwEResult<Vec<String>>

command_line Read more
Source§

fn vector_line( &self, owserver: &mut OwMessage, args: Vec<&str>, ) -> OwEResult<Vec<String>>

vector_line Read more
Source§

fn parser( &self, owserver: &mut OwMessage, args: &mut Arguments, ) -> OwEResult<Vec<String>>

Source§

fn helper(&self, args: &Arguments, text: &[&str]) -> bool

Source§

fn temperature_options( &self, owserver: &mut OwMessage, args: &mut Arguments, ) -> OwEResult<()>

Source§

fn pressure_options( &self, owserver: &mut OwMessage, args: &mut Arguments, ) -> OwEResult<()>

Source§

fn format_options( &self, owserver: &mut OwMessage, args: &mut Arguments, ) -> OwEResult<()>

Source§

fn data_options( &self, owserver: &mut OwMessage, args: &mut Arguments, ) -> OwEResult<()>

Source§

fn server_options( &self, owserver: &mut OwMessage, args: &mut Arguments, ) -> OwEResult<()>

Source§

fn listener_options( &self, owserver: &mut OwMessage, args: &mut Arguments, ) -> OwEResult<()>

Source§

fn directory_options( &self, owserver: &mut OwMessage, args: &mut Arguments, ) -> OwEResult<()>

Source§

fn persist_options( &self, owserver: &mut OwMessage, args: &mut Arguments, ) -> OwEResult<()>

Auto Trait Implementations§

§

impl Freeze for OwRead

§

impl RefUnwindSafe for OwRead

§

impl Send for OwRead

§

impl Sync for OwRead

§

impl Unpin for OwRead

§

impl UnwindSafe for OwRead

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

§

fn vzip(self) -> V