pub enum Indentation {
Spaces(usize),
Tabs(usize),
}
Variantsยง
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for Indentation
impl Clone for Indentation
Sourceยงfn clone(&self) -> Indentation
fn clone(&self) -> Indentation
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 Indentation
impl Debug for Indentation
Sourceยงimpl Default for Indentation
impl Default for Indentation
Sourceยงimpl Display for Indentation
impl Display for Indentation
Sourceยงimpl PartialEq for Indentation
impl PartialEq for Indentation
Sourceยงimpl PartialOrd for Indentation
impl PartialOrd for Indentation
impl Copy for Indentation
impl Eq for Indentation
impl StructuralPartialEq for Indentation
Auto Trait Implementationsยง
impl Freeze for Indentation
impl RefUnwindSafe for Indentation
impl Send for Indentation
impl Sync for Indentation
impl Unpin for Indentation
impl UnwindSafe for Indentation
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