Struct cardano_serialization_lib::MintsAssets
source · pub struct MintsAssets(_);
Implementations§
source§impl MintsAssets
impl MintsAssets
pub fn new() -> Self
pub fn add(&mut self, mint_assets: MintAssets)
pub fn get(&self, index: usize) -> Option<MintAssets>
Auto Trait Implementations§
impl RefUnwindSafe for MintsAssets
impl Send for MintsAssets
impl Sync for MintsAssets
impl Unpin for MintsAssets
impl UnwindSafe for MintsAssets
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