pub struct CodecList(pub Vec<Codec>);
Tuple Fields§
§0: Vec<Codec>
Trait Implementations§
impl Eq for CodecList
impl StructuralPartialEq for CodecList
Auto Trait Implementations§
impl Freeze for CodecList
impl RefUnwindSafe for CodecList
impl Send for CodecList
impl Sync for CodecList
impl Unpin for CodecList
impl UnwindSafe for CodecList
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