pub enum SafeCrlf {
True,
Warn,
False,
}Expand description
What core.safecrlf is set to.
Variants§
Trait Implementations§
impl Copy for SafeCrlf
impl Eq for SafeCrlf
impl StructuralPartialEq for SafeCrlf
Auto Trait Implementations§
impl Freeze for SafeCrlf
impl RefUnwindSafe for SafeCrlf
impl Send for SafeCrlf
impl Sync for SafeCrlf
impl Unpin for SafeCrlf
impl UnsafeUnpin for SafeCrlf
impl UnwindSafe for SafeCrlf
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