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 (const: unstable) · 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 PartialOrd for ProvisionalCreateCanisterWithCyclesArgument
impl PartialOrd for ProvisionalCreateCanisterWithCyclesArgument
Source§fn partial_cmp(
&self,
other: &ProvisionalCreateCanisterWithCyclesArgument,
) -> Option<Ordering>
fn partial_cmp( &self, other: &ProvisionalCreateCanisterWithCyclesArgument, ) -> Option<Ordering>
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 UnsafeUnpin 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