pub struct ConsensusBlock {
pub loc: Loc,
}Fields§
§loc: LocTrait Implementations§
Auto Trait Implementations§
impl Freeze for ConsensusBlock
impl RefUnwindSafe for ConsensusBlock
impl Send for ConsensusBlock
impl Sync for ConsensusBlock
impl Unpin for ConsensusBlock
impl UnsafeUnpin for ConsensusBlock
impl UnwindSafe for ConsensusBlock
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