pub struct DsValueCodec;Expand description
Codec for encoding/decoding DsValue with TrustHeader.
Implementations§
Auto Trait Implementations§
impl Freeze for DsValueCodec
impl RefUnwindSafe for DsValueCodec
impl Send for DsValueCodec
impl Sync for DsValueCodec
impl Unpin for DsValueCodec
impl UnsafeUnpin for DsValueCodec
impl UnwindSafe for DsValueCodec
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