pub struct BypassError;Expand description
Unable to bypass the current buffered reader or writer because there are buffered bytes.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BypassError
impl RefUnwindSafe for BypassError
impl Send for BypassError
impl Sync for BypassError
impl Unpin for BypassError
impl UnwindSafe for BypassError
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