pub struct AppUserNotificationWebhookPayload;Trait Implementations§
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 AppUserNotificationWebhookPayload
impl RefUnwindSafe for AppUserNotificationWebhookPayload
impl Send for AppUserNotificationWebhookPayload
impl Sync for AppUserNotificationWebhookPayload
impl Unpin for AppUserNotificationWebhookPayload
impl UnwindSafe for AppUserNotificationWebhookPayload
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