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