pub struct OwTree;Expand description
§OwTree
Structure encapsulating the command line argument processing and help for owtree
Uses default implementation except function help_and_options
Trait Implementations§
Source§impl Parser for OwTree
impl Parser for OwTree
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 OwTree
impl RefUnwindSafe for OwTree
impl Send for OwTree
impl Sync for OwTree
impl Unpin for OwTree
impl UnwindSafe for OwTree
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