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