Enum rustfmt_wrapper::config::ListTactic
source · pub enum ListTactic {
Vertical,
Horizontal,
HorizontalVertical,
Mixed,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ListTactic
impl Send for ListTactic
impl Sync for ListTactic
impl Unpin for ListTactic
impl UnwindSafe for ListTactic
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