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