Struct oasis_core_runtime::consensus::state::ConsensusState
source · pub struct ConsensusState { /* private fields */ }
Expand description
Provides consensus state tree from the host.
Implementations§
Trait Implementations§
source§impl ImmutableMKVS for &ConsensusState
impl ImmutableMKVS for &ConsensusState
source§impl ImmutableMKVS for ConsensusState
impl ImmutableMKVS for ConsensusState
Auto Trait Implementations§
impl !Freeze for ConsensusState
impl !RefUnwindSafe for ConsensusState
impl Send for ConsensusState
impl !Sync for ConsensusState
impl Unpin for ConsensusState
impl !UnwindSafe for ConsensusState
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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