pub struct RootNamespaceHistoryBuilder { /* private fields */ }
Expand description
Binary layout for non-historical root namespace history.
Implementations§
Source§impl RootNamespaceHistoryBuilder
impl RootNamespaceHistoryBuilder
Sourcepub fn from_binary(_bytes: &[u8]) -> Self
pub fn from_binary(_bytes: &[u8]) -> Self
Creates an instance of RootNamespaceHistoryBuilder from binary payload. payload: Byte payload to use to serialize the object.
§Returns
A RootNamespaceHistoryBuilder.
Sourcepub fn get_id(&self) -> NamespaceIdDto
pub fn get_id(&self) -> NamespaceIdDto
Sourcepub fn get_owner_address(&self) -> AddressDto
pub fn get_owner_address(&self) -> AddressDto
Sourcepub fn get_lifetime(&self) -> NamespaceLifetimeBuilder
pub fn get_lifetime(&self) -> NamespaceLifetimeBuilder
Sourcepub fn get_root_alias(&self) -> NamespaceAliasBuilder
pub fn get_root_alias(&self) -> NamespaceAliasBuilder
Sourcepub fn get_paths(&self) -> Vec<NamespacePathBuilder>
pub fn get_paths(&self) -> Vec<NamespacePathBuilder>
Trait Implementations§
Source§impl Clone for RootNamespaceHistoryBuilder
impl Clone for RootNamespaceHistoryBuilder
Source§fn clone(&self) -> RootNamespaceHistoryBuilder
fn clone(&self) -> RootNamespaceHistoryBuilder
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 RootNamespaceHistoryBuilder
impl RefUnwindSafe for RootNamespaceHistoryBuilder
impl Send for RootNamespaceHistoryBuilder
impl Sync for RootNamespaceHistoryBuilder
impl Unpin for RootNamespaceHistoryBuilder
impl UnwindSafe for RootNamespaceHistoryBuilder
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