pub enum Needed {
Unknown,
Size(NonZeroUsize),
}
Expand description
Variants§
Unknown
Needs more data, but we do not know how much
Size(NonZeroUsize)
Contains a lower bound on the buffer offset needed to finish parsing
For byte/&str
streams, this translates to bytes
Implementations§
Trait Implementations§
source§impl PartialEq for Needed
impl PartialEq for Needed
impl Copy for Needed
impl Eq for Needed
impl StructuralPartialEq for Needed
Auto Trait Implementations§
impl Freeze for Needed
impl RefUnwindSafe for Needed
impl Send for Needed
impl Sync for Needed
impl Unpin for Needed
impl UnwindSafe for Needed
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)