Struct sugar_cli::collections::set::SetCollectionArgs
source · pub struct SetCollectionArgs {
pub collection_mint: String,
pub keypair: Option<String>,
pub rpc_url: Option<String>,
pub cache: String,
pub config: String,
pub candy_machine: Option<String>,
}Fields
collection_mint: Stringkeypair: Option<String>rpc_url: Option<String>cache: Stringconfig: Stringcandy_machine: Option<String>Auto Trait Implementations
impl RefUnwindSafe for SetCollectionArgs
impl Send for SetCollectionArgs
impl Sync for SetCollectionArgs
impl Unpin for SetCollectionArgs
impl UnwindSafe for SetCollectionArgs
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more