enum EffectiveNewlineStyle {
Windows,
Unix,
}
Variants
Windows
Unix
Trait Implementations
sourceimpl Clone for EffectiveNewlineStyle
impl Clone for EffectiveNewlineStyle
sourcefn clone(&self) -> EffectiveNewlineStyle
fn clone(&self) -> EffectiveNewlineStyle
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 moresourceimpl Debug for EffectiveNewlineStyle
impl Debug for EffectiveNewlineStyle
sourceimpl PartialEq<EffectiveNewlineStyle> for EffectiveNewlineStyle
impl PartialEq<EffectiveNewlineStyle> for EffectiveNewlineStyle
sourcefn eq(&self, other: &EffectiveNewlineStyle) -> bool
fn eq(&self, other: &EffectiveNewlineStyle) -> bool
impl Copy for EffectiveNewlineStyle
impl Eq for EffectiveNewlineStyle
impl StructuralEq for EffectiveNewlineStyle
impl StructuralPartialEq for EffectiveNewlineStyle
Auto Trait Implementations
impl RefUnwindSafe for EffectiveNewlineStyle
impl Send for EffectiveNewlineStyle
impl Sync for EffectiveNewlineStyle
impl Unpin for EffectiveNewlineStyle
impl UnwindSafe for EffectiveNewlineStyle
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
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Windows
: 0 bytesUnix
: 0 bytes