pub struct WorkflowRunFile;
Trait Implementations§
Source§impl HasField<__typename> for WorkflowRunFile
impl HasField<__typename> for WorkflowRunFile
Source§impl HasField<id> for WorkflowRunFile
impl HasField<id> for WorkflowRunFile
Source§impl HasField<path> for WorkflowRunFile
impl HasField<path> for WorkflowRunFile
Source§impl HasField<repositoryFileUrl> for WorkflowRunFile
impl HasField<repositoryFileUrl> for WorkflowRunFile
Source§impl HasField<repositoryName> for WorkflowRunFile
impl HasField<repositoryName> for WorkflowRunFile
Source§impl HasField<resourcePath> for WorkflowRunFile
impl HasField<resourcePath> for WorkflowRunFile
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.
Source§impl HasField<url> for WorkflowRunFile
impl HasField<url> for WorkflowRunFile
Source§impl NamedType for WorkflowRunFile
impl NamedType for WorkflowRunFile
impl HasSubtype<WorkflowRunFile> for Node
impl HasSubtype<WorkflowRunFile> for UniformResourceLocatable
Auto Trait Implementations§
impl Freeze for WorkflowRunFile
impl RefUnwindSafe for WorkflowRunFile
impl Send for WorkflowRunFile
impl Sync for WorkflowRunFile
impl Unpin for WorkflowRunFile
impl UnwindSafe for WorkflowRunFile
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