pub struct DecoderContent;Trait Implementations§
Source§impl Debug for DecoderContent
impl Debug for DecoderContent
Source§impl Kind for DecoderContent
impl Kind for DecoderContent
const NAME: HashKindName = HashKindName::DecoderContent
const PROFILE: CanonicalizationProfile = CanonicalizationProfile::RawBytesV1
const VISIBILITY: Visibility = Visibility::InternalOnly
const IDENTITY_CLASS: IdentityClass = IdentityClass::CanonicalContent
Auto Trait Implementations§
impl Freeze for DecoderContent
impl RefUnwindSafe for DecoderContent
impl Send for DecoderContent
impl Sync for DecoderContent
impl Unpin for DecoderContent
impl UnsafeUnpin for DecoderContent
impl UnwindSafe for DecoderContent
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