pub enum SeparatorOrientation {
Horizontal,
Vertical,
}Expand description
Separator orientation
Variants§
Trait Implementations§
Source§impl Clone for SeparatorOrientation
impl Clone for SeparatorOrientation
Source§fn clone(&self) -> SeparatorOrientation
fn clone(&self) -> SeparatorOrientation
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 SeparatorOrientation
impl Debug for SeparatorOrientation
Source§impl Default for SeparatorOrientation
impl Default for SeparatorOrientation
Source§fn default() -> SeparatorOrientation
fn default() -> SeparatorOrientation
Returns the “default value” for a type. Read more
Source§impl PartialEq for SeparatorOrientation
impl PartialEq for SeparatorOrientation
impl Copy for SeparatorOrientation
impl Eq for SeparatorOrientation
impl StructuralPartialEq for SeparatorOrientation
Auto Trait Implementations§
impl Freeze for SeparatorOrientation
impl RefUnwindSafe for SeparatorOrientation
impl Send for SeparatorOrientation
impl Sync for SeparatorOrientation
impl Unpin for SeparatorOrientation
impl UnsafeUnpin for SeparatorOrientation
impl UnwindSafe for SeparatorOrientation
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