pub struct GenerateProxyArgs {
    pub compare: bool,
}Fields§
§compare: boolRuns proxy comparison (newly generated vs already present on disk).
Trait Implementations§
Source§impl Args for GenerateProxyArgs
 
impl Args for GenerateProxyArgs
Source§fn augment_args<'b>(__clap_app: Command) -> Command
 
fn augment_args<'b>(__clap_app: Command) -> Command
Source§fn augment_args_for_update<'b>(__clap_app: Command) -> Command
 
fn augment_args_for_update<'b>(__clap_app: Command) -> Command
Append to 
Command so it can instantiate self via
FromArgMatches::update_from_arg_matches_mut Read moreSource§impl CliArgsToRaw for GenerateProxyArgs
 
impl CliArgsToRaw for GenerateProxyArgs
Source§impl Clone for GenerateProxyArgs
 
impl Clone for GenerateProxyArgs
Source§fn clone(&self) -> GenerateProxyArgs
 
fn clone(&self) -> GenerateProxyArgs
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 GenerateProxyArgs
 
impl Debug for GenerateProxyArgs
Source§impl Default for GenerateProxyArgs
 
impl Default for GenerateProxyArgs
Source§fn default() -> GenerateProxyArgs
 
fn default() -> GenerateProxyArgs
Returns the “default value” for a type. Read more
Source§impl FromArgMatches for GenerateProxyArgs
 
impl FromArgMatches for GenerateProxyArgs
Source§fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>
 
fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>
Source§fn from_arg_matches_mut(
    __clap_arg_matches: &mut ArgMatches,
) -> Result<Self, Error>
 
fn from_arg_matches_mut( __clap_arg_matches: &mut ArgMatches, ) -> Result<Self, Error>
Source§fn update_from_arg_matches(
    &mut self,
    __clap_arg_matches: &ArgMatches,
) -> Result<(), Error>
 
fn update_from_arg_matches( &mut self, __clap_arg_matches: &ArgMatches, ) -> Result<(), Error>
Assign values from 
ArgMatches to self.Source§fn update_from_arg_matches_mut(
    &mut self,
    __clap_arg_matches: &mut ArgMatches,
) -> Result<(), Error>
 
fn update_from_arg_matches_mut( &mut self, __clap_arg_matches: &mut ArgMatches, ) -> Result<(), Error>
Assign values from 
ArgMatches to self.Source§impl PartialEq for GenerateProxyArgs
 
impl PartialEq for GenerateProxyArgs
impl Eq for GenerateProxyArgs
impl StructuralPartialEq for GenerateProxyArgs
Auto Trait Implementations§
impl Freeze for GenerateProxyArgs
impl RefUnwindSafe for GenerateProxyArgs
impl Send for GenerateProxyArgs
impl Sync for GenerateProxyArgs
impl Unpin for GenerateProxyArgs
impl UnwindSafe for GenerateProxyArgs
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
Source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.