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