pub struct policyValue;Trait Implementations§
Source§impl Field for policyValue
impl Field for policyValue
impl HasInputField<policyValue, Option<EnterpriseAllowPrivateRepositoryForkingPolicyValue>> for UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput
Auto Trait Implementations§
impl Freeze for policyValue
impl RefUnwindSafe for policyValue
impl Send for policyValue
impl Sync for policyValue
impl Unpin for policyValue
impl UnwindSafe for policyValue
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