pub struct Wants(/* private fields */);Expand description
Signal to the calling code that parsing cannot continue until this many more bytes have been read.
Implementations§
Trait Implementations§
impl Copy for Wants
impl Eq for Wants
impl StructuralPartialEq for Wants
Auto Trait Implementations§
impl Freeze for Wants
impl RefUnwindSafe for Wants
impl Send for Wants
impl Sync for Wants
impl Unpin for Wants
impl UnwindSafe for Wants
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