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