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