Struct solana_cli::cli::CliCommandInfo
source · pub struct CliCommandInfo {
pub command: CliCommand,
pub signers: CliSigners,
}Fields§
§command: CliCommand§signers: CliSignersTrait Implementations§
source§impl Debug for CliCommandInfo
impl Debug for CliCommandInfo
source§impl PartialEq for CliCommandInfo
impl PartialEq for CliCommandInfo
source§fn eq(&self, other: &CliCommandInfo) -> bool
fn eq(&self, other: &CliCommandInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CliCommandInfo
Auto Trait Implementations§
impl Freeze for CliCommandInfo
impl !RefUnwindSafe for CliCommandInfo
impl !Send for CliCommandInfo
impl !Sync for CliCommandInfo
impl Unpin for CliCommandInfo
impl !UnwindSafe for CliCommandInfo
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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