pub struct NotificationArchivePayload;Trait Implementations§
Source§impl HasField<entity> for NotificationArchivePayload
impl HasField<entity> for NotificationArchivePayload
Source§type Type = Option<Notification>
type Type = Option<Notification>
The schema marker type of this field.
Source§impl HasField<success> for NotificationArchivePayload
impl HasField<success> for NotificationArchivePayload
impl HasSubtype<NotificationArchivePayload> for ArchivePayload
Auto Trait Implementations§
impl Freeze for NotificationArchivePayload
impl RefUnwindSafe for NotificationArchivePayload
impl Send for NotificationArchivePayload
impl Sync for NotificationArchivePayload
impl Unpin for NotificationArchivePayload
impl UnwindSafe for NotificationArchivePayload
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