pub enum ToolbarStyle {
Icons,
Text,
Both,
BothHoriz,
// some variants omitted
}
Variants§
Trait Implementations§
Source§impl Clone for ToolbarStyle
impl Clone for ToolbarStyle
Source§fn clone(&self) -> ToolbarStyle
fn clone(&self) -> ToolbarStyle
Returns a copy 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 ToolbarStyle
impl Debug for ToolbarStyle
Source§impl Display for ToolbarStyle
impl Display for ToolbarStyle
Source§impl<'a> FromValue<'a> for ToolbarStyle
impl<'a> FromValue<'a> for ToolbarStyle
unsafe fn from_value(value: &Value) -> Self
Source§impl<'a> FromValueOptional<'a> for ToolbarStyle
impl<'a> FromValueOptional<'a> for ToolbarStyle
unsafe fn from_value_optional(value: &Value) -> Option<Self>
Source§impl Hash for ToolbarStyle
impl Hash for ToolbarStyle
Source§impl Ord for ToolbarStyle
impl Ord for ToolbarStyle
Source§fn cmp(&self, other: &ToolbarStyle) -> Ordering
fn cmp(&self, other: &ToolbarStyle) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ToolbarStyle
impl PartialEq for ToolbarStyle
Source§impl PartialOrd for ToolbarStyle
impl PartialOrd for ToolbarStyle
Source§impl StaticType for ToolbarStyle
impl StaticType for ToolbarStyle
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Copy for ToolbarStyle
impl Eq for ToolbarStyle
impl StructuralPartialEq for ToolbarStyle
Auto Trait Implementations§
impl Freeze for ToolbarStyle
impl RefUnwindSafe for ToolbarStyle
impl Send for ToolbarStyle
impl Sync for ToolbarStyle
impl Unpin for ToolbarStyle
impl UnwindSafe for ToolbarStyle
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToSendValue for T
impl<T> ToSendValue for T
Source§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue
clone of self
.