#[non_exhaustive]pub struct NotificationBuilderArgs { /* private fields */ }
Available on crate feature
plugin-notification
only.Expand description
Trait Implementations§
Source§impl FromPyDict for NotificationBuilderArgs
impl FromPyDict for NotificationBuilderArgs
Auto Trait Implementations§
impl Freeze for NotificationBuilderArgs
impl RefUnwindSafe for NotificationBuilderArgs
impl Send for NotificationBuilderArgs
impl Sync for NotificationBuilderArgs
impl Unpin for NotificationBuilderArgs
impl UnwindSafe for NotificationBuilderArgs
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