pub enum BlockChecked {}Expand description
Marker that the block’s merkle root has been successfully validated.
Trait Implementations§
Source§impl Ord for Checked
impl Ord for Checked
Source§impl PartialOrd for Checked
impl PartialOrd for Checked
Source§impl Validation for Checked
Available on crate feature alloc only.
impl Validation for Checked
Available on crate feature
alloc only.Source§const IS_CHECKED: bool = true
const IS_CHECKED: bool = true
Indicates whether this
Validation is Checked or not.impl Eq for Checked
impl StructuralPartialEq for Checked
Auto Trait Implementations§
impl Freeze for Checked
impl RefUnwindSafe for Checked
impl Send for Checked
impl Sync for Checked
impl Unpin for Checked
impl UnsafeUnpin for Checked
impl UnwindSafe for Checked
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