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