Struct multiversx_sc_meta_lib::cli::GenerateProxyArgs
source · 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§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
source§fn eq(&self, other: &GenerateProxyArgs) -> bool
fn eq(&self, other: &GenerateProxyArgs) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)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.