pub struct BurnArgs {
pub canister_id: Principal,
pub amount: u64,
}
Fields§
§canister_id: Principal
§amount: u64
Trait Implementations§
Source§impl CandidType for BurnArgs
impl CandidType for BurnArgs
Source§impl<'de> Deserialize<'de> for BurnArgs
impl<'de> Deserialize<'de> for BurnArgs
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
Auto Trait Implementations§
impl Freeze for BurnArgs
impl RefUnwindSafe for BurnArgs
impl Send for BurnArgs
impl Sync for BurnArgs
impl Unpin for BurnArgs
impl UnwindSafe for BurnArgs
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