Enum rustfmt_wrapper::config::NewlineStyle
source · pub enum NewlineStyle {
Auto,
Windows,
Unix,
Native,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NewlineStyle
impl Send for NewlineStyle
impl Sync for NewlineStyle
impl Unpin for NewlineStyle
impl UnwindSafe for NewlineStyle
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