pub struct notification;
Trait Implementations§
Source§impl Field for notification
impl Field for notification
Source§impl HasArgument<input> for notification
impl HasArgument<input> for notification
Source§type ArgumentType = Option<SingleNotificationInput>
type ArgumentType = Option<SingleNotificationInput>
The schema marker type of this argument.
Source§impl HasField<notification> for Query
impl HasField<notification> for Query
Source§type Type = Option<SingleNotificationOutput>
type Type = Option<SingleNotificationOutput>
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