pub enum QuickBarSlotType {
Record,
Remote,
Filter,
Item,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for QuickBarSlotType
impl Clone for QuickBarSlotType
Source§fn clone(&self) -> QuickBarSlotType
fn clone(&self) -> QuickBarSlotType
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 moreimpl Copy for QuickBarSlotType
Source§impl Debug for QuickBarSlotType
impl Debug for QuickBarSlotType
Source§impl Default for QuickBarSlotType
impl Default for QuickBarSlotType
Source§fn default() -> QuickBarSlotType
fn default() -> QuickBarSlotType
Returns the “default value” for a type. Read more
impl Eq for QuickBarSlotType
Source§impl From<QuickBarSlotType> for &'static str
impl From<QuickBarSlotType> for &'static str
Source§fn from(value: QuickBarSlotType) -> &'static str
fn from(value: QuickBarSlotType) -> &'static str
Converts to this type from the input type.
Source§impl Hash for QuickBarSlotType
impl Hash for QuickBarSlotType
Source§impl PartialEq for QuickBarSlotType
impl PartialEq for QuickBarSlotType
Source§impl PartialEq<&str> for QuickBarSlotType
impl PartialEq<&str> for QuickBarSlotType
Source§impl PartialEq<QuickBarSlotType> for &str
impl PartialEq<QuickBarSlotType> for &str
impl StructuralPartialEq for QuickBarSlotType
Auto Trait Implementations§
impl Freeze for QuickBarSlotType
impl RefUnwindSafe for QuickBarSlotType
impl Send for QuickBarSlotType
impl Sync for QuickBarSlotType
impl Unpin for QuickBarSlotType
impl UnsafeUnpin for QuickBarSlotType
impl UnwindSafe for QuickBarSlotType
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