pub enum ListTactic {
Vertical,
Horizontal,
HorizontalVertical,
Mixed,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListTactic
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