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