pub struct Md1EncodingId(/* private fields */);Expand description
128-bit canonical identifier for an md1 encoding (spec §8).
Computed as the first 16 bytes of SHA-256 over the canonical
bit-packed payload bytes produced by encode_payload.
Implementations§
Trait Implementations§
Source§impl Clone for Md1EncodingId
impl Clone for Md1EncodingId
Source§fn clone(&self) -> Md1EncodingId
fn clone(&self) -> Md1EncodingId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Md1EncodingId
impl Debug for Md1EncodingId
Source§impl Hash for Md1EncodingId
impl Hash for Md1EncodingId
Source§impl PartialEq for Md1EncodingId
impl PartialEq for Md1EncodingId
Source§fn eq(&self, other: &Md1EncodingId) -> bool
fn eq(&self, other: &Md1EncodingId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for Md1EncodingId
impl Eq for Md1EncodingId
impl StructuralPartialEq for Md1EncodingId
Auto Trait Implementations§
impl Freeze for Md1EncodingId
impl RefUnwindSafe for Md1EncodingId
impl Send for Md1EncodingId
impl Sync for Md1EncodingId
impl Unpin for Md1EncodingId
impl UnsafeUnpin for Md1EncodingId
impl UnwindSafe for Md1EncodingId
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