pub struct WorkflowRunRequested { /* private fields */ }
Implementations§
Source§impl WorkflowRunRequested
impl WorkflowRunRequested
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 WorkflowRunRequested
impl Clone for WorkflowRunRequested
Source§fn clone(&self) -> WorkflowRunRequested
fn clone(&self) -> WorkflowRunRequested
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 WorkflowRunRequested
impl Debug for WorkflowRunRequested
Source§impl Default for WorkflowRunRequested
impl Default for WorkflowRunRequested
Source§impl From<WorkflowRunRequested> for WorkflowRunRequested
impl From<WorkflowRunRequested> for WorkflowRunRequested
Source§fn from(value: WorkflowRunRequested) -> Self
fn from(value: WorkflowRunRequested) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WorkflowRunRequested
impl RefUnwindSafe for WorkflowRunRequested
impl Send for WorkflowRunRequested
impl Sync for WorkflowRunRequested
impl Unpin for WorkflowRunRequested
impl UnwindSafe for WorkflowRunRequested
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