pub struct MosaicResolutionStatementBuilder { /* private fields */ }
Expand description
Binary layout for a mosaic resolution statement.
Implementations§
Source§impl MosaicResolutionStatementBuilder
impl MosaicResolutionStatementBuilder
Sourcepub fn from_binary(_bytes: &[u8]) -> Self
pub fn from_binary(_bytes: &[u8]) -> Self
Creates an instance of MosaicResolutionStatementBuilder from binary payload. payload: Byte payload to use to serialize the object.
§Returns
A MosaicResolutionStatementBuilder.
Sourcepub fn get_unresolved(&self) -> UnresolvedMosaicIdDto
pub fn get_unresolved(&self) -> UnresolvedMosaicIdDto
Sourcepub fn get_resolution_entries(&self) -> Vec<MosaicResolutionEntryBuilder>
pub fn get_resolution_entries(&self) -> Vec<MosaicResolutionEntryBuilder>
Trait Implementations§
Source§impl Clone for MosaicResolutionStatementBuilder
impl Clone for MosaicResolutionStatementBuilder
Source§fn clone(&self) -> MosaicResolutionStatementBuilder
fn clone(&self) -> MosaicResolutionStatementBuilder
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 MosaicResolutionStatementBuilder
impl RefUnwindSafe for MosaicResolutionStatementBuilder
impl Send for MosaicResolutionStatementBuilder
impl Sync for MosaicResolutionStatementBuilder
impl Unpin for MosaicResolutionStatementBuilder
impl UnwindSafe for MosaicResolutionStatementBuilder
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