enum EffectiveNewlineStyle {
Windows,
Unix,
}
Variants§
Trait Implementations§
source§impl Clone for EffectiveNewlineStyle
impl Clone for EffectiveNewlineStyle
source§fn clone(&self) -> EffectiveNewlineStyle
fn clone(&self) -> EffectiveNewlineStyle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for EffectiveNewlineStyle
impl Debug for EffectiveNewlineStyle
source§impl PartialEq<EffectiveNewlineStyle> for EffectiveNewlineStyle
impl PartialEq<EffectiveNewlineStyle> for EffectiveNewlineStyle
source§fn eq(&self, other: &EffectiveNewlineStyle) -> bool
fn eq(&self, other: &EffectiveNewlineStyle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.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