pub struct Codecs<T: 'static + Descriptor + ?Sized> { /* private fields */ }Expand description
A list of codec descriptors.
Trait Implementations
Auto Trait Implementations
impl<T: ?Sized> RefUnwindSafe for Codecs<T> where
T: RefUnwindSafe,
impl<T: ?Sized> Send for Codecs<T> where
T: Sync,
impl<T: ?Sized> Sync for Codecs<T> where
T: Sync,
impl<T: ?Sized> Unpin for Codecs<T>
impl<T: ?Sized> UnwindSafe for Codecs<T> where
T: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more