Struct mailpot_cli::QueueValueParser
source · pub struct QueueValueParser;
Implementations§
Trait Implementations§
source§impl Clone for QueueValueParser
impl Clone for QueueValueParser
source§fn clone(&self) -> QueueValueParser
fn clone(&self) -> QueueValueParser
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for QueueValueParser
impl Debug for QueueValueParser
source§impl Default for QueueValueParser
impl Default for QueueValueParser
source§impl TypedValueParser for QueueValueParser
impl TypedValueParser for QueueValueParser
source§fn parse_ref(
&self,
cmd: &Command,
arg: Option<&Arg>,
value: &OsStr
) -> Result<Self::Value, Error>
fn parse_ref( &self, cmd: &Command, arg: Option<&Arg>, value: &OsStr ) -> Result<Self::Value, Error>
Parse the argument value Read more
source§fn parse(
&self,
cmd: &Command,
_arg: Option<&Arg>,
value: OsString
) -> Result<Self::Value, Error>
fn parse( &self, cmd: &Command, _arg: Option<&Arg>, value: OsString ) -> Result<Self::Value, Error>
Parse the argument value Read more
§fn possible_values(
&self
) -> Option<Box<dyn Iterator<Item = PossibleValue> + '_, Global>>
fn possible_values( &self ) -> Option<Box<dyn Iterator<Item = PossibleValue> + '_, Global>>
Reflect on enumerated value properties Read more
impl Copy for QueueValueParser
Auto Trait Implementations§
impl RefUnwindSafe for QueueValueParser
impl Send for QueueValueParser
impl Sync for QueueValueParser
impl Unpin for QueueValueParser
impl UnwindSafe for QueueValueParser
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
§impl<I> IntoResettable<ValueParser> for Iwhere
I: Into<ValueParser>,
impl<I> IntoResettable<ValueParser> for Iwhere I: Into<ValueParser>,
§fn into_resettable(self) -> Resettable<ValueParser>
fn into_resettable(self) -> Resettable<ValueParser>
Convert to the intended resettable type