pub enum Newlines {
Space,
Single,
TwoPlus,
None,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Newlines
impl RefUnwindSafe for Newlines
impl Send for Newlines
impl Sync for Newlines
impl Unpin for Newlines
impl UnsafeUnpin for Newlines
impl UnwindSafe for Newlines
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