pub enum DagCodec {
Json,
Cbor,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DagCodec
impl RefUnwindSafe for DagCodec
impl Send for DagCodec
impl Sync for DagCodec
impl Unpin for DagCodec
impl UnwindSafe for DagCodec
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