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