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