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