pub struct RawDecoder;Trait Implementations§
Source§impl PartitionDecoder for RawDecoder
impl PartitionDecoder for RawDecoder
Auto Trait Implementations§
impl Freeze for RawDecoder
impl RefUnwindSafe for RawDecoder
impl Send for RawDecoder
impl Sync for RawDecoder
impl Unpin for RawDecoder
impl UnsafeUnpin for RawDecoder
impl UnwindSafe for RawDecoder
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