pub struct WorkflowRunInProgress { /* private fields */ }
Implementations§
Source§impl WorkflowRunInProgress
impl WorkflowRunInProgress
pub fn action<T>(self, value: T) -> Self
pub fn installation<T>(self, value: T) -> Self
pub fn organization<T>(self, value: T) -> Self
pub fn repository<T>(self, value: T) -> Self
pub fn sender<T>(self, value: T) -> Self
pub fn workflow<T>(self, value: T) -> Self
pub fn workflow_run<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for WorkflowRunInProgress
impl Clone for WorkflowRunInProgress
Source§fn clone(&self) -> WorkflowRunInProgress
fn clone(&self) -> WorkflowRunInProgress
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WorkflowRunInProgress
impl Debug for WorkflowRunInProgress
Source§impl Default for WorkflowRunInProgress
impl Default for WorkflowRunInProgress
Source§impl From<WorkflowRunInProgress> for WorkflowRunInProgress
impl From<WorkflowRunInProgress> for WorkflowRunInProgress
Source§fn from(value: WorkflowRunInProgress) -> Self
fn from(value: WorkflowRunInProgress) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WorkflowRunInProgress
impl RefUnwindSafe for WorkflowRunInProgress
impl Send for WorkflowRunInProgress
impl Sync for WorkflowRunInProgress
impl Unpin for WorkflowRunInProgress
impl UnwindSafe for WorkflowRunInProgress
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