Enum rustfmt_wrapper::config::Heuristics
source · pub enum Heuristics {
Off,
Max,
Default,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Heuristics
impl Send for Heuristics
impl Sync for Heuristics
impl Unpin for Heuristics
impl UnwindSafe for Heuristics
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