Enum gix_filter::eol::AutoCrlf
source · pub enum AutoCrlf {
Input,
Enabled,
Disabled,
}
Expand description
Possible states for the core.autocrlf
.
Variants§
Input
The same as if the text eol=lf
attribute is set.
Enabled
The same as if the text eol=crlf
attribute is set.
Disabled
No conversion is performed.
Trait Implementations§
source§impl From<AutoCrlf> for AttributesDigest
impl From<AutoCrlf> for AttributesDigest
source§impl PartialEq for AutoCrlf
impl PartialEq for AutoCrlf
impl Copy for AutoCrlf
impl Eq for AutoCrlf
impl StructuralPartialEq for AutoCrlf
Auto Trait Implementations§
impl Freeze for AutoCrlf
impl RefUnwindSafe for AutoCrlf
impl Send for AutoCrlf
impl Sync for AutoCrlf
impl Unpin for AutoCrlf
impl UnwindSafe for AutoCrlf
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)