pub enum ItemSymbol {
CheckMark,
RadioButton,
}Available on crate feature
ui only.Variants§
Trait Implementations§
Source§impl Clone for ItemSymbol
impl Clone for ItemSymbol
Source§fn clone(&self) -> ItemSymbol
fn clone(&self) -> ItemSymbol
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 ItemSymbol
impl Debug for ItemSymbol
Source§impl Default for ItemSymbol
impl Default for ItemSymbol
Source§fn default() -> ItemSymbol
fn default() -> ItemSymbol
Returns the “default value” for a type. Read more
Source§impl PartialEq for ItemSymbol
impl PartialEq for ItemSymbol
impl Copy for ItemSymbol
impl Eq for ItemSymbol
impl StructuralPartialEq for ItemSymbol
Auto Trait Implementations§
impl Freeze for ItemSymbol
impl RefUnwindSafe for ItemSymbol
impl Send for ItemSymbol
impl Sync for ItemSymbol
impl Unpin for ItemSymbol
impl UnwindSafe for ItemSymbol
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