pub struct updateEnterpriseAllowPrivateRepositoryForkingSetting;Trait Implementations§
Source§impl HasArgument<input> for updateEnterpriseAllowPrivateRepositoryForkingSetting
impl HasArgument<input> for updateEnterpriseAllowPrivateRepositoryForkingSetting
Source§type ArgumentType = UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput
type ArgumentType = UpdateEnterpriseAllowPrivateRepositoryForkingSettingInput
The schema marker type of this argument.
Source§impl HasField<updateEnterpriseAllowPrivateRepositoryForkingSetting> for Mutation
impl HasField<updateEnterpriseAllowPrivateRepositoryForkingSetting> for Mutation
Source§type Type = Option<UpdateEnterpriseAllowPrivateRepositoryForkingSettingPayload>
type Type = Option<UpdateEnterpriseAllowPrivateRepositoryForkingSettingPayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for updateEnterpriseAllowPrivateRepositoryForkingSetting
impl RefUnwindSafe for updateEnterpriseAllowPrivateRepositoryForkingSetting
impl Send for updateEnterpriseAllowPrivateRepositoryForkingSetting
impl Sync for updateEnterpriseAllowPrivateRepositoryForkingSetting
impl Unpin for updateEnterpriseAllowPrivateRepositoryForkingSetting
impl UnwindSafe for updateEnterpriseAllowPrivateRepositoryForkingSetting
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