pub struct ForDecoder;Expand description
Frame of Reference decoder.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ForDecoder
impl RefUnwindSafe for ForDecoder
impl Send for ForDecoder
impl Sync for ForDecoder
impl Unpin for ForDecoder
impl UnsafeUnpin for ForDecoder
impl UnwindSafe for ForDecoder
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