pub enum OverlayKind {
Help,
CommandPalette,
Search,
Inspector,
Settings,
ThemeEditor,
}Variants§
Trait Implementations§
Source§impl Clone for OverlayKind
impl Clone for OverlayKind
Source§fn clone(&self) -> OverlayKind
fn clone(&self) -> OverlayKind
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 OverlayKind
Source§impl Debug for OverlayKind
impl Debug for OverlayKind
Source§impl<'de> Deserialize<'de> for OverlayKind
impl<'de> Deserialize<'de> for OverlayKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for OverlayKind
Source§impl PartialEq for OverlayKind
impl PartialEq for OverlayKind
Source§fn eq(&self, other: &OverlayKind) -> bool
fn eq(&self, other: &OverlayKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for OverlayKind
impl Serialize for OverlayKind
impl StructuralPartialEq for OverlayKind
Auto Trait Implementations§
impl Freeze for OverlayKind
impl RefUnwindSafe for OverlayKind
impl Send for OverlayKind
impl Sync for OverlayKind
impl Unpin for OverlayKind
impl UnsafeUnpin for OverlayKind
impl UnwindSafe for OverlayKind
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