pub struct ShowArgs {
pub keypair: Option<String>,
pub rpc_url: Option<String>,
pub cache: String,
pub candy_machine: Option<String>,
pub unminted: bool,
}Fields
keypair: Option<String>rpc_url: Option<String>cache: Stringcandy_machine: Option<String>unminted: boolAuto Trait Implementations
impl RefUnwindSafe for ShowArgs
impl Send for ShowArgs
impl Sync for ShowArgs
impl Unpin for ShowArgs
impl UnwindSafe for ShowArgs
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