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