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