pub struct EofBytes;Expand description
A byte sequence that lasts from the current position to the end of the buffer.
Trait Implementations§
Source§impl BytesRepr for EofBytes
impl BytesRepr for EofBytes
impl Copy for EofBytes
impl Eq for EofBytes
impl StructuralPartialEq for EofBytes
Auto Trait Implementations§
impl Freeze for EofBytes
impl RefUnwindSafe for EofBytes
impl Send for EofBytes
impl Sync for EofBytes
impl Unpin for EofBytes
impl UnwindSafe for EofBytes
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