pub struct SignArgs {
pub candy_machine_id: Option<String>,
pub keypair: Option<String>,
pub cache: String,
pub rpc_url: Option<String>,
pub mint: Option<String>,
}Fields
candy_machine_id: Option<String>keypair: Option<String>cache: Stringrpc_url: Option<String>mint: Option<String>Auto Trait Implementations
impl RefUnwindSafe for SignArgs
impl Send for SignArgs
impl Sync for SignArgs
impl Unpin for SignArgs
impl UnwindSafe for SignArgs
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