pub struct pendingAdminInvitations;Trait Implementations§
Source§impl Field for pendingAdminInvitations
impl Field for pendingAdminInvitations
Source§impl HasArgument<after> for pendingAdminInvitations
impl HasArgument<after> for pendingAdminInvitations
Source§impl HasArgument<before> for pendingAdminInvitations
impl HasArgument<before> for pendingAdminInvitations
Source§impl HasArgument<first> for pendingAdminInvitations
impl HasArgument<first> for pendingAdminInvitations
Source§impl HasArgument<last> for pendingAdminInvitations
impl HasArgument<last> for pendingAdminInvitations
Source§impl HasArgument<orderBy> for pendingAdminInvitations
impl HasArgument<orderBy> for pendingAdminInvitations
Source§type ArgumentType = Option<EnterpriseAdministratorInvitationOrder>
type ArgumentType = Option<EnterpriseAdministratorInvitationOrder>
The schema marker type of this argument.
Source§impl HasArgument<query> for pendingAdminInvitations
impl HasArgument<query> for pendingAdminInvitations
Source§impl HasArgument<role> for pendingAdminInvitations
impl HasArgument<role> for pendingAdminInvitations
Source§type ArgumentType = Option<EnterpriseAdministratorRole>
type ArgumentType = Option<EnterpriseAdministratorRole>
The schema marker type of this argument.
Source§impl HasField<pendingAdminInvitations> for EnterpriseOwnerInfo
impl HasField<pendingAdminInvitations> for EnterpriseOwnerInfo
Source§type Type = EnterpriseAdministratorInvitationConnection
type Type = EnterpriseAdministratorInvitationConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for pendingAdminInvitations
impl RefUnwindSafe for pendingAdminInvitations
impl Send for pendingAdminInvitations
impl Sync for pendingAdminInvitations
impl Unpin for pendingAdminInvitations
impl UnwindSafe for pendingAdminInvitations
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