pub struct SimpleCodecRegistry { /* private fields */ }Trait Implementations§
Source§impl CodecRegistry for SimpleCodecRegistry
impl CodecRegistry for SimpleCodecRegistry
Source§impl Default for SimpleCodecRegistry
impl Default for SimpleCodecRegistry
Source§fn default() -> SimpleCodecRegistry
fn default() -> SimpleCodecRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SimpleCodecRegistry
impl RefUnwindSafe for SimpleCodecRegistry
impl Send for SimpleCodecRegistry
impl Sync for SimpleCodecRegistry
impl Unpin for SimpleCodecRegistry
impl UnsafeUnpin for SimpleCodecRegistry
impl UnwindSafe for SimpleCodecRegistry
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