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