Struct sugar_cli::guard::update::GuardUpdateArgs
source · pub struct GuardUpdateArgs {
pub keypair: Option<String>,
pub rpc_url: Option<String>,
pub cache: String,
pub config: String,
pub candy_guard: Option<String>,
}Fields§
§keypair: Option<String>§rpc_url: Option<String>§cache: String§config: String§candy_guard: Option<String>Auto Trait Implementations§
impl RefUnwindSafe for GuardUpdateArgs
impl Send for GuardUpdateArgs
impl Sync for GuardUpdateArgs
impl Unpin for GuardUpdateArgs
impl UnwindSafe for GuardUpdateArgs
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