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