Struct git_cliff::args::RemoteValue
source · pub struct RemoteValue(pub Remote);Expand description
Custom type for the remote value.
Tuple Fields§
§0: RemoteTrait Implementations§
source§impl Clone for RemoteValue
impl Clone for RemoteValue
source§fn clone(&self) -> RemoteValue
fn clone(&self) -> RemoteValue
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 RemoteValue
impl Debug for RemoteValue
source§impl PartialEq for RemoteValue
impl PartialEq for RemoteValue
source§fn eq(&self, other: &RemoteValue) -> bool
fn eq(&self, other: &RemoteValue) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ValueParserFactory for RemoteValue
impl ValueParserFactory for RemoteValue
§type Parser = RemoteValueParser
type Parser = RemoteValueParser
Generated parser, usually [
ValueParser]. Read moresource§fn value_parser() -> Self::Parser
fn value_parser() -> Self::Parser
Create the specified [
Self::Parser]impl StructuralPartialEq for RemoteValue
Auto Trait Implementations§
impl RefUnwindSafe for RemoteValue
impl Send for RemoteValue
impl Sync for RemoteValue
impl Unpin for RemoteValue
impl UnwindSafe for RemoteValue
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