pub struct MosaicEntryBuilder { /* private fields */ }
Expand description
Binary layout for mosaic entry.
Implementations§
Source§impl MosaicEntryBuilder
impl MosaicEntryBuilder
Sourcepub fn from_binary(_bytes: &[u8]) -> Self
pub fn from_binary(_bytes: &[u8]) -> Self
Creates an instance of MosaicEntryBuilder from binary payload. payload: Byte payload to use to serialize the object.
§Returns
A MosaicEntryBuilder.
Sourcepub fn get_mosaic_id(&self) -> MosaicIdDto
pub fn get_mosaic_id(&self) -> MosaicIdDto
Sourcepub fn get_supply(&self) -> AmountDto
pub fn get_supply(&self) -> AmountDto
Sourcepub fn get_definition(&self) -> MosaicDefinitionBuilder
pub fn get_definition(&self) -> MosaicDefinitionBuilder
Trait Implementations§
Source§impl Clone for MosaicEntryBuilder
impl Clone for MosaicEntryBuilder
Source§fn clone(&self) -> MosaicEntryBuilder
fn clone(&self) -> MosaicEntryBuilder
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 moreAuto Trait Implementations§
impl Freeze for MosaicEntryBuilder
impl RefUnwindSafe for MosaicEntryBuilder
impl Send for MosaicEntryBuilder
impl Sync for MosaicEntryBuilder
impl Unpin for MosaicEntryBuilder
impl UnwindSafe for MosaicEntryBuilder
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