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