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