pub struct MixedLineEndingError;
Expand description
A struct representing a mixed line ending error.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MixedLineEndingError
impl RefUnwindSafe for MixedLineEndingError
impl Send for MixedLineEndingError
impl Sync for MixedLineEndingError
impl Unpin for MixedLineEndingError
impl UnwindSafe for MixedLineEndingError
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