Enum cargo_rdme::LineTerminator
source · [−]pub enum LineTerminator {
Lf,
CrLf,
}Variants
Lf
CrLf
Trait Implementations
sourceimpl Clone for LineTerminator
impl Clone for LineTerminator
sourcefn clone(&self) -> LineTerminator
fn clone(&self) -> LineTerminator
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for LineTerminator
impl Debug for LineTerminator
sourceimpl PartialEq<LineTerminator> for LineTerminator
impl PartialEq<LineTerminator> for LineTerminator
impl Copy for LineTerminator
impl Eq for LineTerminator
impl StructuralEq for LineTerminator
impl StructuralPartialEq for LineTerminator
Auto Trait Implementations
impl RefUnwindSafe for LineTerminator
impl Send for LineTerminator
impl Sync for LineTerminator
impl Unpin for LineTerminator
impl UnwindSafe for LineTerminator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more