pub struct forkingEnabled;Trait Implementations§
Source§impl Field for forkingEnabled
impl Field for forkingEnabled
impl HasInputField<forkingEnabled, bool> for UpdateOrganizationAllowPrivateRepositoryForkingSettingInput
Auto Trait Implementations§
impl Freeze for forkingEnabled
impl RefUnwindSafe for forkingEnabled
impl Send for forkingEnabled
impl Sync for forkingEnabled
impl Unpin for forkingEnabled
impl UnwindSafe for forkingEnabled
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