pub enum DesktopBannerActionStyle {
Default,
Primary,
Destructive,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DesktopBannerActionStyle
impl Clone for DesktopBannerActionStyle
impl Copy for DesktopBannerActionStyle
Source§impl Debug for DesktopBannerActionStyle
impl Debug for DesktopBannerActionStyle
impl Eq for DesktopBannerActionStyle
Source§impl PartialEq for DesktopBannerActionStyle
impl PartialEq for DesktopBannerActionStyle
impl StructuralPartialEq for DesktopBannerActionStyle
Auto Trait Implementations§
impl Freeze for DesktopBannerActionStyle
impl RefUnwindSafe for DesktopBannerActionStyle
impl Send for DesktopBannerActionStyle
impl Sync for DesktopBannerActionStyle
impl Unpin for DesktopBannerActionStyle
impl UnsafeUnpin for DesktopBannerActionStyle
impl UnwindSafe for DesktopBannerActionStyle
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