pub enum TabVariant {
Underline,
Pill,
Segmented,
}Variants§
Trait Implementations§
Source§impl Clone for TabVariant
impl Clone for TabVariant
Source§fn clone(&self) -> TabVariant
fn clone(&self) -> TabVariant
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TabVariant
impl Debug for TabVariant
Source§impl Default for TabVariant
impl Default for TabVariant
Source§fn default() -> TabVariant
fn default() -> TabVariant
Returns the “default value” for a type. Read more
Source§impl PartialEq for TabVariant
impl PartialEq for TabVariant
Source§fn eq(&self, other: &TabVariant) -> bool
fn eq(&self, other: &TabVariant) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TabVariant
impl Eq for TabVariant
impl StructuralPartialEq for TabVariant
Auto Trait Implementations§
impl Freeze for TabVariant
impl RefUnwindSafe for TabVariant
impl Send for TabVariant
impl Sync for TabVariant
impl Unpin for TabVariant
impl UnsafeUnpin for TabVariant
impl UnwindSafe for TabVariant
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