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