pub struct EncodingA;
Expand description
Encoding A - check rc-switch for details
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EncodingA
impl RefUnwindSafe for EncodingA
impl Send for EncodingA
impl Sync for EncodingA
impl Unpin for EncodingA
impl UnwindSafe for EncodingA
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