pub struct Decoder<'buf, const N: usize> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'buf, const N: usize> Freeze for Decoder<'buf, N>
impl<'buf, const N: usize> RefUnwindSafe for Decoder<'buf, N>
impl<'buf, const N: usize> Send for Decoder<'buf, N>
impl<'buf, const N: usize> Sync for Decoder<'buf, N>
impl<'buf, const N: usize> Unpin for Decoder<'buf, N>
impl<'buf, const N: usize> !UnwindSafe for Decoder<'buf, N>
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