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