Struct git_cliff::args::RemoteValueParser  
source · pub struct RemoteValueParser;Expand description
Parser for the remote value.
Trait Implementations§
source§impl Clone for RemoteValueParser
 
impl Clone for RemoteValueParser
source§fn clone(&self) -> RemoteValueParser
 
fn clone(&self) -> RemoteValueParser
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 RemoteValueParser
 
impl Debug for RemoteValueParser
source§impl TypedValueParser for RemoteValueParser
 
impl TypedValueParser for RemoteValueParser
§type Value = RemoteValue
 
type Value = RemoteValue
Argument’s value type
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
§fn parse_ref_(
    &self,
    cmd: &Command,
    arg: Option<&Arg>,
    value: &OsStr,
    _source: ValueSource
) -> Result<Self::Value, Error>
 
fn parse_ref_( &self, cmd: &Command, arg: Option<&Arg>, value: &OsStr, _source: ValueSource ) -> Result<Self::Value, Error>
Parse the argument value Read more
§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 parse_(
    &self,
    cmd: &Command,
    arg: Option<&Arg>,
    value: OsString,
    _source: ValueSource
) -> Result<Self::Value, Error>
 
fn parse_( &self, cmd: &Command, arg: Option<&Arg>, value: OsString, _source: ValueSource ) -> Result<Self::Value, Error>
Parse the argument value Read more
§fn possible_values(
    &self
) -> Option<Box<dyn Iterator<Item = PossibleValue> + '_>>
 
fn possible_values( &self ) -> Option<Box<dyn Iterator<Item = PossibleValue> + '_>>
Reflect on enumerated value properties Read more
Auto Trait Implementations§
impl RefUnwindSafe for RemoteValueParser
impl Send for RemoteValueParser
impl Sync for RemoteValueParser
impl Unpin for RemoteValueParser
impl UnwindSafe for RemoteValueParser
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<T> Instrument for T
 
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
§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