Struct sugar_cli::update::process::UpdateArgs
source · pub struct UpdateArgs {
pub keypair: Option<String>,
pub rpc_url: Option<String>,
pub cache: String,
pub new_authority: Option<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 UpdateArgs
impl Send for UpdateArgs
impl Sync for UpdateArgs
impl Unpin for UpdateArgs
impl UnwindSafe for UpdateArgs
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