pub struct checkSuite;
Trait Implementations§
Source§impl Field for checkSuite
impl Field for checkSuite
Source§impl HasField<checkSuite> for WorkflowRun
impl HasField<checkSuite> for WorkflowRun
Source§type Type = CheckSuite
type Type = CheckSuite
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for checkSuite
impl RefUnwindSafe for checkSuite
impl Send for checkSuite
impl Sync for checkSuite
impl Unpin for checkSuite
impl UnwindSafe for checkSuite
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