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