pub struct DesktopBannerAction {
pub id: String,
pub label: String,
pub style: DesktopBannerActionStyle,
}Expand description
One button on a desktop banner.
Fields§
§id: String§label: String§style: DesktopBannerActionStyleTrait Implementations§
Source§impl Clone for DesktopBannerAction
impl Clone for DesktopBannerAction
Auto Trait Implementations§
impl Freeze for DesktopBannerAction
impl RefUnwindSafe for DesktopBannerAction
impl Send for DesktopBannerAction
impl Sync for DesktopBannerAction
impl Unpin for DesktopBannerAction
impl UnsafeUnpin for DesktopBannerAction
impl UnwindSafe for DesktopBannerAction
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