pub struct ProvisionalCreateCanisterWithCyclesArgument {
pub amount: Option<Nat>,
pub settings: Option<CanisterSettings>,
}Fields§
§amount: Option<Nat>§settings: Option<CanisterSettings>Trait Implementations§
Source§impl Clone for ProvisionalCreateCanisterWithCyclesArgument
impl Clone for ProvisionalCreateCanisterWithCyclesArgument
Source§fn clone(&self) -> ProvisionalCreateCanisterWithCyclesArgument
fn clone(&self) -> ProvisionalCreateCanisterWithCyclesArgument
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for ProvisionalCreateCanisterWithCyclesArgument
impl<'de> Deserialize<'de> for ProvisionalCreateCanisterWithCyclesArgument
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProvisionalCreateCanisterWithCyclesArgument
impl PartialEq for ProvisionalCreateCanisterWithCyclesArgument
Source§fn eq(&self, other: &ProvisionalCreateCanisterWithCyclesArgument) -> bool
fn eq(&self, other: &ProvisionalCreateCanisterWithCyclesArgument) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ProvisionalCreateCanisterWithCyclesArgument
impl PartialOrd for ProvisionalCreateCanisterWithCyclesArgument
impl StructuralPartialEq for ProvisionalCreateCanisterWithCyclesArgument
Auto Trait Implementations§
impl Freeze for ProvisionalCreateCanisterWithCyclesArgument
impl RefUnwindSafe for ProvisionalCreateCanisterWithCyclesArgument
impl Send for ProvisionalCreateCanisterWithCyclesArgument
impl Sync for ProvisionalCreateCanisterWithCyclesArgument
impl Unpin for ProvisionalCreateCanisterWithCyclesArgument
impl UnwindSafe for ProvisionalCreateCanisterWithCyclesArgument
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more