Enum specifications::package::PackageKind
source · pub enum PackageKind {
Ecu,
Dsl,
Cwl,
}
Expand description
Enum that lists possible package types
Variants§
Ecu
The package is an executable package (wrapping some other language or code)
Dsl
The package is an external DSL function
Cwl
The package is an CWL job(?)
Implementations§
Trait Implementations§
source§impl Clone for PackageKind
impl Clone for PackageKind
source§fn clone(&self) -> PackageKind
fn clone(&self) -> PackageKind
Returns a copy 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 PackageKind
impl Debug for PackageKind
source§impl<'de> Deserialize<'de> for PackageKind
impl<'de> Deserialize<'de> for PackageKind
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 Display for PackageKind
impl Display for PackageKind
source§impl From<&PackageKind> for String
impl From<&PackageKind> for String
source§fn from(value: &PackageKind) -> String
fn from(value: &PackageKind) -> String
Converts to this type from the input type.
source§impl From<PackageKind> for String
impl From<PackageKind> for String
source§fn from(value: PackageKind) -> String
fn from(value: PackageKind) -> String
Converts to this type from the input type.
source§impl FromStr for PackageKind
impl FromStr for PackageKind
source§impl IntoEnumIterator for PackageKind
impl IntoEnumIterator for PackageKind
type Iterator = PackageKindIter
fn iter() -> PackageKindIter ⓘ
source§impl PartialEq for PackageKind
impl PartialEq for PackageKind
source§impl Serialize for PackageKind
impl Serialize for PackageKind
impl Copy for PackageKind
impl Eq for PackageKind
impl StructuralPartialEq for PackageKind
Auto Trait Implementations§
impl Freeze for PackageKind
impl RefUnwindSafe for PackageKind
impl Send for PackageKind
impl Sync for PackageKind
impl Unpin for PackageKind
impl UnwindSafe for PackageKind
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,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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.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.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request