pub struct SchemeCodecLib { /* private fields */ }Expand description
Loadable Lib that registers SchemeCodec as a runtime codec.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SchemeCodecLib
impl RefUnwindSafe for SchemeCodecLib
impl Send for SchemeCodecLib
impl Sync for SchemeCodecLib
impl Unpin for SchemeCodecLib
impl UnsafeUnpin for SchemeCodecLib
impl UnwindSafe for SchemeCodecLib
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