pub enum WorkflowPreflightVerdict {
Accepted,
Rejected,
}Variants§
Trait Implementations§
Source§impl Clone for WorkflowPreflightVerdict
impl Clone for WorkflowPreflightVerdict
Source§fn clone(&self) -> WorkflowPreflightVerdict
fn clone(&self) -> WorkflowPreflightVerdict
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WorkflowPreflightVerdict
impl Debug for WorkflowPreflightVerdict
Source§impl<'de> Deserialize<'de> for WorkflowPreflightVerdict
impl<'de> Deserialize<'de> for WorkflowPreflightVerdict
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
impl Eq for WorkflowPreflightVerdict
Source§impl PartialEq for WorkflowPreflightVerdict
impl PartialEq for WorkflowPreflightVerdict
Source§impl Serialize for WorkflowPreflightVerdict
impl Serialize for WorkflowPreflightVerdict
impl StructuralPartialEq for WorkflowPreflightVerdict
Auto Trait Implementations§
impl Freeze for WorkflowPreflightVerdict
impl RefUnwindSafe for WorkflowPreflightVerdict
impl Send for WorkflowPreflightVerdict
impl Sync for WorkflowPreflightVerdict
impl Unpin for WorkflowPreflightVerdict
impl UnsafeUnpin for WorkflowPreflightVerdict
impl UnwindSafe for WorkflowPreflightVerdict
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