pub struct notificationSnoozeAll;Trait Implementations§
Source§impl Field for notificationSnoozeAll
impl Field for notificationSnoozeAll
Source§impl HasArgument<input> for notificationSnoozeAll
impl HasArgument<input> for notificationSnoozeAll
Source§type ArgumentType = NotificationEntityInput
type ArgumentType = NotificationEntityInput
The schema marker type of this argument.
Source§impl HasField<notificationSnoozeAll> for Mutation
impl HasField<notificationSnoozeAll> for Mutation
Source§type Type = NotificationBatchActionPayload
type Type = NotificationBatchActionPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for notificationSnoozeAll
impl RefUnwindSafe for notificationSnoozeAll
impl Send for notificationSnoozeAll
impl Sync for notificationSnoozeAll
impl Unpin for notificationSnoozeAll
impl UnwindSafe for notificationSnoozeAll
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