pub struct pendingCollaboratorInvitations;Trait Implementations§
Source§impl HasArgument<orderBy> for pendingCollaboratorInvitations
impl HasArgument<orderBy> for pendingCollaboratorInvitations
Source§type ArgumentType = Option<RepositoryInvitationOrder>
type ArgumentType = Option<RepositoryInvitationOrder>
The schema marker type of this argument.
Source§impl HasField<pendingCollaboratorInvitations> for EnterpriseOwnerInfo
impl HasField<pendingCollaboratorInvitations> for EnterpriseOwnerInfo
Source§type Type = RepositoryInvitationConnection
type Type = RepositoryInvitationConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for pendingCollaboratorInvitations
impl RefUnwindSafe for pendingCollaboratorInvitations
impl Send for pendingCollaboratorInvitations
impl Sync for pendingCollaboratorInvitations
impl Unpin for pendingCollaboratorInvitations
impl UnwindSafe for pendingCollaboratorInvitations
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