pub struct enterpriseOwners;Trait Implementations§
Source§impl Field for enterpriseOwners
impl Field for enterpriseOwners
Source§impl HasArgument<after> for enterpriseOwners
impl HasArgument<after> for enterpriseOwners
Source§impl HasArgument<before> for enterpriseOwners
impl HasArgument<before> for enterpriseOwners
Source§impl HasArgument<first> for enterpriseOwners
impl HasArgument<first> for enterpriseOwners
Source§impl HasArgument<last> for enterpriseOwners
impl HasArgument<last> for enterpriseOwners
Source§impl HasArgument<orderBy> for enterpriseOwners
impl HasArgument<orderBy> for enterpriseOwners
Source§type ArgumentType = Option<OrgEnterpriseOwnerOrder>
type ArgumentType = Option<OrgEnterpriseOwnerOrder>
The schema marker type of this argument.
Source§impl HasArgument<organizationRole> for enterpriseOwners
impl HasArgument<organizationRole> for enterpriseOwners
Source§type ArgumentType = Option<RoleInOrganization>
type ArgumentType = Option<RoleInOrganization>
The schema marker type of this argument.
Source§impl HasArgument<query> for enterpriseOwners
impl HasArgument<query> for enterpriseOwners
Source§impl HasField<enterpriseOwners> for Organization
impl HasField<enterpriseOwners> for Organization
Source§type Type = OrganizationEnterpriseOwnerConnection
type Type = OrganizationEnterpriseOwnerConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for enterpriseOwners
impl RefUnwindSafe for enterpriseOwners
impl Send for enterpriseOwners
impl Sync for enterpriseOwners
impl Unpin for enterpriseOwners
impl UnwindSafe for enterpriseOwners
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