pub enum BlockChecked {}Expand description
Marker that the block’s merkle root has been successfully validated.
Trait Implementations§
impl Eq for Checked
Source§impl Ord for Checked
impl Ord for Checked
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Checked
impl PartialOrd for Checked
impl StructuralPartialEq 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.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