pub enum SeparatorDir {
Horizontal,
Vertical,
}
Expand description
The direction of the seperator element.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SeparatorDir
impl RefUnwindSafe for SeparatorDir
impl Send for SeparatorDir
impl Sync for SeparatorDir
impl Unpin for SeparatorDir
impl UnwindSafe for SeparatorDir
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