pub struct SovereignCodec { /* private fields */ }Expand description
Sovereign Codec implementation.
Implementations§
Auto Trait Implementations§
impl Freeze for SovereignCodec
impl RefUnwindSafe for SovereignCodec
impl Send for SovereignCodec
impl Sync for SovereignCodec
impl Unpin for SovereignCodec
impl UnsafeUnpin for SovereignCodec
impl UnwindSafe for SovereignCodec
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