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