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