pub struct BufferUnavailable;Expand description
Error type for read_earliest, indicating that not only could no data be read, but not even a cursor position could be returned.
Trait Implementations§
Source§fn eq(&self, other: &BufferUnavailable) -> bool
fn eq(&self, other: &BufferUnavailable) -> bool
Tests for
self and other values to be equal, and is used by ==.Auto Trait Implementations§
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