Struct reputation_module::icrc_7::types::BurnArg
source · pub struct BurnArg {
pub from_subaccount: Option<Subaccount>,
pub token_id: u128,
pub memo: Option<Vec<u8>>,
}
Fields§
§from_subaccount: Option<Subaccount>
§token_id: u128
§memo: Option<Vec<u8>>
Trait Implementations§
source§impl<'de> Deserialize<'de> for BurnArg
impl<'de> Deserialize<'de> for BurnArg
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 RefUnwindSafe for BurnArg
impl Send for BurnArg
impl Sync for BurnArg
impl Unpin for BurnArg
impl UnwindSafe for BurnArg
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