pub struct Ignore;Expand description
Adapter argument to ignore padding when decoding
Trait Implementations§
Source§impl ReadPadding for Ignore
impl ReadPadding for Ignore
Source§const STRATEGY: ReadPaddingStrategy = ReadPaddingStrategy::Ignore
const STRATEGY: ReadPaddingStrategy = ReadPaddingStrategy::Ignore
Strategy to handle padding when decoding
Auto Trait Implementations§
impl Freeze for Ignore
impl RefUnwindSafe for Ignore
impl Send for Ignore
impl Sync for Ignore
impl Unpin for Ignore
impl UnwindSafe for Ignore
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