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