Struct sugar_cli::guard::show::GuardShowArgs
source · pub struct GuardShowArgs {
pub keypair: Option<String>,
pub rpc_url: Option<String>,
pub cache: String,
pub candy_guard: Option<String>,
}Fields§
§keypair: Option<String>§rpc_url: Option<String>§cache: String§candy_guard: Option<String>Auto Trait Implementations§
impl RefUnwindSafe for GuardShowArgs
impl Send for GuardShowArgs
impl Sync for GuardShowArgs
impl Unpin for GuardShowArgs
impl UnwindSafe for GuardShowArgs
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§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