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