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