pub enum NewlineStyle {
Spaces,
Backslash,
}Expand description
Newline style.
Variants§
Trait Implementations§
Source§impl Clone for NewlineStyle
impl Clone for NewlineStyle
Source§fn clone(&self) -> NewlineStyle
fn clone(&self) -> NewlineStyle
Returns a duplicate 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 NewlineStyle
impl Debug for NewlineStyle
Source§impl Default for NewlineStyle
impl Default for NewlineStyle
Source§fn default() -> NewlineStyle
fn default() -> NewlineStyle
Returns the “default value” for a type. Read more
Source§impl PartialEq for NewlineStyle
impl PartialEq for NewlineStyle
impl Copy for NewlineStyle
impl Eq for NewlineStyle
impl StructuralPartialEq for NewlineStyle
Auto Trait Implementations§
impl Freeze for NewlineStyle
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