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