pub struct BlockLink {
pub cumulative_dag_size: u64,
}Fields§
§cumulative_dag_size: u64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlockLink
impl RefUnwindSafe for BlockLink
impl Send for BlockLink
impl Sync for BlockLink
impl Unpin for BlockLink
impl UnsafeUnpin for BlockLink
impl UnwindSafe for BlockLink
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