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