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