pub struct DigestOp(/* private fields */);Expand description
An OpenTimestamps digest opcode.
This is always a valid opcode.
Implementations§
Trait Implementations§
Source§impl<A: Allocator> DecodeIn<A> for DigestOp
impl<A: Allocator> DecodeIn<A> for DigestOp
Source§fn decode_in(decoder: &mut impl Decoder, _alloc: A) -> Result<Self, DecodeError>
fn decode_in(decoder: &mut impl Decoder, _alloc: A) -> Result<Self, DecodeError>
See
Decode::decode for details.Source§fn decode_trailing(
decoder: &mut impl Decoder,
alloc: A,
) -> Result<Option<Self>, DecodeError>
fn decode_trailing( decoder: &mut impl Decoder, alloc: A, ) -> Result<Option<Self>, DecodeError>
See
Decode::decode_trailing for details and caveats.Source§impl Ord for DigestOp
impl Ord for DigestOp
Source§impl PartialOrd for DigestOp
impl PartialOrd for DigestOp
impl Copy for DigestOp
impl Eq for DigestOp
impl StructuralPartialEq for DigestOp
Auto Trait Implementations§
impl Freeze for DigestOp
impl RefUnwindSafe for DigestOp
impl Send for DigestOp
impl Sync for DigestOp
impl Unpin for DigestOp
impl UnsafeUnpin for DigestOp
impl UnwindSafe for DigestOp
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