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