pub struct notification;Trait Implementations§
Source§impl Field for notification
impl Field for notification
Source§impl HasField<notification> for AppUserNotificationWebhookPayload
impl HasField<notification> for AppUserNotificationWebhookPayload
Source§type Type = NotificationWebhookPayload
type Type = NotificationWebhookPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for notification
impl RefUnwindSafe for notification
impl Send for notification
impl Sync for notification
impl Unpin for notification
impl UnwindSafe for notification
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