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