pub struct collaborators;
Trait Implementations§
Source§impl Field for collaborators
impl Field for collaborators
Source§impl HasArgument<affiliation> for collaborators
impl HasArgument<affiliation> for collaborators
Source§type ArgumentType = Option<CollaboratorAffiliation>
type ArgumentType = Option<CollaboratorAffiliation>
The schema marker type of this argument.
Source§impl HasArgument<after> for collaborators
impl HasArgument<after> for collaborators
Source§impl HasArgument<before> for collaborators
impl HasArgument<before> for collaborators
Source§impl HasArgument<first> for collaborators
impl HasArgument<first> for collaborators
Source§impl HasArgument<last> for collaborators
impl HasArgument<last> for collaborators
Source§impl HasArgument<login> for collaborators
impl HasArgument<login> for collaborators
Source§impl HasArgument<query> for collaborators
impl HasArgument<query> for collaborators
Source§impl HasField<collaborators> for Repository
impl HasField<collaborators> for Repository
Source§type Type = Option<RepositoryCollaboratorConnection>
type Type = Option<RepositoryCollaboratorConnection>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for collaborators
impl RefUnwindSafe for collaborators
impl Send for collaborators
impl Sync for collaborators
impl Unpin for collaborators
impl UnwindSafe for collaborators
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