pub struct EndOfMeasBlock { /* private fields */ }Expand description
EndOfMeas block (Block ID 5922)
Marker indicating end of measurement blocks for current epoch.
Implementations§
Trait Implementations§
Source§impl Clone for EndOfMeasBlock
impl Clone for EndOfMeasBlock
Source§fn clone(&self) -> EndOfMeasBlock
fn clone(&self) -> EndOfMeasBlock
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 moreSource§impl Debug for EndOfMeasBlock
impl Debug for EndOfMeasBlock
Auto Trait Implementations§
impl Freeze for EndOfMeasBlock
impl RefUnwindSafe for EndOfMeasBlock
impl Send for EndOfMeasBlock
impl Sync for EndOfMeasBlock
impl Unpin for EndOfMeasBlock
impl UnsafeUnpin for EndOfMeasBlock
impl UnwindSafe for EndOfMeasBlock
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