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