pub enum WorkflowJobWaitingWorkflowJobStatus {
Waiting,
}
Expand description
WorkflowJobWaitingWorkflowJobStatus
JSON schema
{
"type": "string",
"enum": [
"waiting"
]
}
Variants§
Waiting
Trait Implementations§
Source§impl Clone for WorkflowJobWaitingWorkflowJobStatus
impl Clone for WorkflowJobWaitingWorkflowJobStatus
Source§fn clone(&self) -> WorkflowJobWaitingWorkflowJobStatus
fn clone(&self) -> WorkflowJobWaitingWorkflowJobStatus
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<'de> Deserialize<'de> for WorkflowJobWaitingWorkflowJobStatus
impl<'de> Deserialize<'de> for WorkflowJobWaitingWorkflowJobStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&WorkflowJobWaitingWorkflowJobStatus> for WorkflowJobWaitingWorkflowJobStatus
impl From<&WorkflowJobWaitingWorkflowJobStatus> for WorkflowJobWaitingWorkflowJobStatus
Source§fn from(value: &WorkflowJobWaitingWorkflowJobStatus) -> Self
fn from(value: &WorkflowJobWaitingWorkflowJobStatus) -> Self
Converts to this type from the input type.
Source§impl Ord for WorkflowJobWaitingWorkflowJobStatus
impl Ord for WorkflowJobWaitingWorkflowJobStatus
Source§fn cmp(&self, other: &WorkflowJobWaitingWorkflowJobStatus) -> Ordering
fn cmp(&self, other: &WorkflowJobWaitingWorkflowJobStatus) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WorkflowJobWaitingWorkflowJobStatus
impl PartialEq for WorkflowJobWaitingWorkflowJobStatus
Source§fn eq(&self, other: &WorkflowJobWaitingWorkflowJobStatus) -> bool
fn eq(&self, other: &WorkflowJobWaitingWorkflowJobStatus) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for WorkflowJobWaitingWorkflowJobStatus
impl PartialOrd for WorkflowJobWaitingWorkflowJobStatus
Source§impl TryFrom<&str> for WorkflowJobWaitingWorkflowJobStatus
impl TryFrom<&str> for WorkflowJobWaitingWorkflowJobStatus
impl Copy for WorkflowJobWaitingWorkflowJobStatus
impl Eq for WorkflowJobWaitingWorkflowJobStatus
impl StructuralPartialEq for WorkflowJobWaitingWorkflowJobStatus
Auto Trait Implementations§
impl Freeze for WorkflowJobWaitingWorkflowJobStatus
impl RefUnwindSafe for WorkflowJobWaitingWorkflowJobStatus
impl Send for WorkflowJobWaitingWorkflowJobStatus
impl Sync for WorkflowJobWaitingWorkflowJobStatus
impl Unpin for WorkflowJobWaitingWorkflowJobStatus
impl UnwindSafe for WorkflowJobWaitingWorkflowJobStatus
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