pub struct ImportanceSnapshotBuilder { /* private fields */ }
Expand description
Temporal importance information.
Implementations§
Source§impl ImportanceSnapshotBuilder
impl ImportanceSnapshotBuilder
Sourcepub fn from_binary(_bytes: &[u8]) -> Self
pub fn from_binary(_bytes: &[u8]) -> Self
Creates an instance of ImportanceSnapshotBuilder from binary payload. payload: Byte payload to use to serialize the object.
§Returns
A ImportanceSnapshotBuilder.
Sourcepub fn get_importance(&self) -> ImportanceDto
pub fn get_importance(&self) -> ImportanceDto
Sourcepub fn get_height(&self) -> ImportanceHeightDto
pub fn get_height(&self) -> ImportanceHeightDto
Trait Implementations§
Source§impl Clone for ImportanceSnapshotBuilder
impl Clone for ImportanceSnapshotBuilder
Source§fn clone(&self) -> ImportanceSnapshotBuilder
fn clone(&self) -> ImportanceSnapshotBuilder
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 ImportanceSnapshotBuilder
impl RefUnwindSafe for ImportanceSnapshotBuilder
impl Send for ImportanceSnapshotBuilder
impl Sync for ImportanceSnapshotBuilder
impl Unpin for ImportanceSnapshotBuilder
impl UnwindSafe for ImportanceSnapshotBuilder
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