pub enum LineError {
Full,
InvalidChar,
ReadOnly,
WriteGap,
}
Variants§
Trait Implementations§
source§impl From<LineError> for RingLineError
impl From<LineError> for RingLineError
impl StructuralPartialEq for LineError
Auto Trait Implementations§
impl Freeze for LineError
impl RefUnwindSafe for LineError
impl Send for LineError
impl Sync for LineError
impl Unpin for LineError
impl UnwindSafe for LineError
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