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