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