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