pub enum ActionsSourceKind {
WorkflowEnv,
JobEnv,
StepEnv,
EnvFile,
WorkflowInput,
DefaultVariable,
External,
Runtime,
}Variants§
Trait Implementations§
Source§impl Clone for ActionsSourceKind
impl Clone for ActionsSourceKind
Source§fn clone(&self) -> ActionsSourceKind
fn clone(&self) -> ActionsSourceKind
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 ActionsSourceKind
impl Debug for ActionsSourceKind
Source§impl<'de> Deserialize<'de> for ActionsSourceKind
impl<'de> Deserialize<'de> for ActionsSourceKind
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 ActionsSourceKind
Source§impl PartialEq for ActionsSourceKind
impl PartialEq for ActionsSourceKind
Source§impl Serialize for ActionsSourceKind
impl Serialize for ActionsSourceKind
impl StructuralPartialEq for ActionsSourceKind
Auto Trait Implementations§
impl Freeze for ActionsSourceKind
impl RefUnwindSafe for ActionsSourceKind
impl Send for ActionsSourceKind
impl Sync for ActionsSourceKind
impl Unpin for ActionsSourceKind
impl UnsafeUnpin for ActionsSourceKind
impl UnwindSafe for ActionsSourceKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.