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