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