pub enum OverlayStackEntryKind {
Base,
Popover,
Modal,
Tooltip,
Hover,
ToastLayer,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for OverlayStackEntryKind
impl Clone for OverlayStackEntryKind
Source§fn clone(&self) -> OverlayStackEntryKind
fn clone(&self) -> OverlayStackEntryKind
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 OverlayStackEntryKind
impl Debug for OverlayStackEntryKind
Source§impl PartialEq for OverlayStackEntryKind
impl PartialEq for OverlayStackEntryKind
impl Copy for OverlayStackEntryKind
impl Eq for OverlayStackEntryKind
impl StructuralPartialEq for OverlayStackEntryKind
Auto Trait Implementations§
impl Freeze for OverlayStackEntryKind
impl RefUnwindSafe for OverlayStackEntryKind
impl Send for OverlayStackEntryKind
impl Sync for OverlayStackEntryKind
impl Unpin for OverlayStackEntryKind
impl UnsafeUnpin for OverlayStackEntryKind
impl UnwindSafe for OverlayStackEntryKind
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