pub struct MintAssets(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for MintAssets
impl Clone for MintAssets
Source§fn clone(&self) -> MintAssets
fn clone(&self) -> MintAssets
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 Debug for MintAssets
impl Debug for MintAssets
Source§impl Decode for MintAssets
impl Decode for MintAssets
Source§impl PartialEq for MintAssets
impl PartialEq for MintAssets
impl Eq for MintAssets
impl StructuralPartialEq for MintAssets
Auto Trait Implementations§
impl Freeze for MintAssets
impl RefUnwindSafe for MintAssets
impl Send for MintAssets
impl Sync for MintAssets
impl Unpin for MintAssets
impl UnwindSafe for MintAssets
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