pub enum SpecialIndentKind {
FirstLine,
Hanging,
}
Variants§
Trait Implementations§
Source§impl Clone for SpecialIndentKind
impl Clone for SpecialIndentKind
Source§fn clone(&self) -> SpecialIndentKind
fn clone(&self) -> SpecialIndentKind
Returns a copy 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 SpecialIndentKind
impl Debug for SpecialIndentKind
Source§impl Serialize for SpecialIndentKind
impl Serialize for SpecialIndentKind
impl Copy for SpecialIndentKind
Auto Trait Implementations§
impl Freeze for SpecialIndentKind
impl RefUnwindSafe for SpecialIndentKind
impl Send for SpecialIndentKind
impl Sync for SpecialIndentKind
impl Unpin for SpecialIndentKind
impl UnwindSafe for SpecialIndentKind
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