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