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 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for LineTerminator
impl Debug for LineTerminator
sourceimpl PartialEq<LineTerminator> for LineTerminator
impl PartialEq<LineTerminator> for LineTerminator
sourcefn eq(&self, other: &LineTerminator) -> bool
fn eq(&self, other: &LineTerminator) -> bool
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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