pub struct UpdateEnterpriseRepositoryProjectsSettingInput;
Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for UpdateEnterpriseRepositoryProjectsSettingInput
impl HasInputField<enterpriseId, Id> for UpdateEnterpriseRepositoryProjectsSettingInput
impl HasInputField<settingValue, EnterpriseEnabledDisabledSettingValue> for UpdateEnterpriseRepositoryProjectsSettingInput
impl InputObjectMarker for UpdateEnterpriseRepositoryProjectsSettingInput
Auto Trait Implementations§
impl Freeze for UpdateEnterpriseRepositoryProjectsSettingInput
impl RefUnwindSafe for UpdateEnterpriseRepositoryProjectsSettingInput
impl Send for UpdateEnterpriseRepositoryProjectsSettingInput
impl Sync for UpdateEnterpriseRepositoryProjectsSettingInput
impl Unpin for UpdateEnterpriseRepositoryProjectsSettingInput
impl UnwindSafe for UpdateEnterpriseRepositoryProjectsSettingInput
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