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