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