pub struct NamespaceAliasBuilder { /* private fields */ }
Expand description
Binary layout for alias.
Implementations§
Source§impl NamespaceAliasBuilder
impl NamespaceAliasBuilder
Sourcepub fn from_binary(_bytes: &[u8]) -> Self
pub fn from_binary(_bytes: &[u8]) -> Self
Creates an instance of NamespaceAliasBuilder from binary payload. payload: Byte payload to use to serialize the object.
§Returns
A NamespaceAliasBuilder.
Sourcepub fn get_namespace_alias_type(&self) -> NamespaceAliasTypeDto
pub fn get_namespace_alias_type(&self) -> NamespaceAliasTypeDto
Sourcepub fn get_mosaic_alias(&self) -> Option<MosaicIdDto>
pub fn get_mosaic_alias(&self) -> Option<MosaicIdDto>
Sourcepub fn get_address_alias(&self) -> Option<AddressDto>
pub fn get_address_alias(&self) -> Option<AddressDto>
Trait Implementations§
Source§impl Clone for NamespaceAliasBuilder
impl Clone for NamespaceAliasBuilder
Source§fn clone(&self) -> NamespaceAliasBuilder
fn clone(&self) -> NamespaceAliasBuilder
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 NamespaceAliasBuilder
impl RefUnwindSafe for NamespaceAliasBuilder
impl Send for NamespaceAliasBuilder
impl Sync for NamespaceAliasBuilder
impl Unpin for NamespaceAliasBuilder
impl UnwindSafe for NamespaceAliasBuilder
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