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