Struct sugar_cli::collections::remove::RemoveCollectionArgs
source · pub struct RemoveCollectionArgs {
pub keypair: Option<String>,
pub rpc_url: Option<String>,
pub cache: String,
pub config: String,
pub candy_machine: Option<String>,
}Fields
keypair: Option<String>rpc_url: Option<String>cache: Stringconfig: Stringcandy_machine: Option<String>Auto Trait Implementations
impl RefUnwindSafe for RemoveCollectionArgs
impl Send for RemoveCollectionArgs
impl Sync for RemoveCollectionArgs
impl Unpin for RemoveCollectionArgs
impl UnwindSafe for RemoveCollectionArgs
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