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