pub struct notificationSubscriptions;Trait Implementations§
Source§impl Field for notificationSubscriptions
impl Field for notificationSubscriptions
Source§impl HasArgument<after> for notificationSubscriptions
impl HasArgument<after> for notificationSubscriptions
Source§impl HasArgument<first> for notificationSubscriptions
impl HasArgument<first> for notificationSubscriptions
Source§impl HasArgument<last> for notificationSubscriptions
impl HasArgument<last> for notificationSubscriptions
Source§impl HasArgument<orderBy> for notificationSubscriptions
impl HasArgument<orderBy> for notificationSubscriptions
Source§type ArgumentType = Option<PaginationOrderBy>
type ArgumentType = Option<PaginationOrderBy>
The schema marker type of this argument.
Source§impl HasField<notificationSubscriptions> for Query
impl HasField<notificationSubscriptions> for Query
Source§type Type = NotificationSubscriptionConnection
type Type = NotificationSubscriptionConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for notificationSubscriptions
impl RefUnwindSafe for notificationSubscriptions
impl Send for notificationSubscriptions
impl Sync for notificationSubscriptions
impl Unpin for notificationSubscriptions
impl UnwindSafe for notificationSubscriptions
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