pub enum JobKind {
Show 14 variants
Script,
Preview,
Dependencies,
Flowdependencies,
Appdependencies,
Flow,
Flowpreview,
ScriptHub,
Identity,
Deploymentcallback,
Singlescriptflow,
Flowscript,
Flownode,
Appscript,
}
Expand description
Variants§
Script
Preview
Dependencies
Flowdependencies
Appdependencies
Flow
Flowpreview
ScriptHub
Identity
Deploymentcallback
Singlescriptflow
Flowscript
Flownode
Appscript
Trait Implementations§
Source§impl<'de> Deserialize<'de> for JobKind
impl<'de> Deserialize<'de> for JobKind
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 Ord for JobKind
impl Ord for JobKind
Source§impl PartialOrd for JobKind
impl PartialOrd for JobKind
impl Copy for JobKind
impl Eq for JobKind
impl StructuralPartialEq for JobKind
Auto Trait Implementations§
impl Freeze for JobKind
impl RefUnwindSafe for JobKind
impl Send for JobKind
impl Sync for JobKind
impl Unpin for JobKind
impl UnwindSafe for JobKind
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