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
impl Parser for OwRead
fn help_and_options( &self, owserver: &mut OwMessage, args: &mut Arguments, ) -> OwEResult<()>
Source§fn command_line(&self, owserver: &mut OwMessage) -> OwEResult<Vec<String>>
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>>
fn vector_line( &self, owserver: &mut OwMessage, args: Vec<&str>, ) -> OwEResult<Vec<String>>
vector_line Read more
fn parser( &self, owserver: &mut OwMessage, args: &mut Arguments, ) -> OwEResult<Vec<String>>
fn helper(&self, args: &Arguments, text: &[&str]) -> bool
fn temperature_options( &self, owserver: &mut OwMessage, args: &mut Arguments, ) -> OwEResult<()>
fn pressure_options( &self, owserver: &mut OwMessage, args: &mut Arguments, ) -> OwEResult<()>
fn format_options( &self, owserver: &mut OwMessage, args: &mut Arguments, ) -> OwEResult<()>
fn data_options( &self, owserver: &mut OwMessage, args: &mut Arguments, ) -> OwEResult<()>
fn server_options( &self, owserver: &mut OwMessage, args: &mut Arguments, ) -> OwEResult<()>
fn listener_options( &self, owserver: &mut OwMessage, args: &mut Arguments, ) -> OwEResult<()>
fn directory_options( &self, owserver: &mut OwMessage, args: &mut Arguments, ) -> OwEResult<()>
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> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more