pub enum ReleaseArtifactKind {
Runtime,
Model,
Handler,
PmAdapter,
}Variants§
Trait Implementations§
Source§impl Clone for ReleaseArtifactKind
impl Clone for ReleaseArtifactKind
Source§fn clone(&self) -> ReleaseArtifactKind
fn clone(&self) -> ReleaseArtifactKind
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 ReleaseArtifactKind
impl Debug for ReleaseArtifactKind
Source§impl<'de> Deserialize<'de> for ReleaseArtifactKind
impl<'de> Deserialize<'de> for ReleaseArtifactKind
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 ReleaseArtifactKind
Source§impl Ord for ReleaseArtifactKind
impl Ord for ReleaseArtifactKind
Source§fn cmp(&self, other: &ReleaseArtifactKind) -> Ordering
fn cmp(&self, other: &ReleaseArtifactKind) -> Ordering
1.21.0 (const: unstable) · 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 ReleaseArtifactKind
impl PartialEq for ReleaseArtifactKind
Source§impl PartialOrd for ReleaseArtifactKind
impl PartialOrd for ReleaseArtifactKind
Source§impl Serialize for ReleaseArtifactKind
impl Serialize for ReleaseArtifactKind
impl StructuralPartialEq for ReleaseArtifactKind
Auto Trait Implementations§
impl Freeze for ReleaseArtifactKind
impl RefUnwindSafe for ReleaseArtifactKind
impl Send for ReleaseArtifactKind
impl Sync for ReleaseArtifactKind
impl Unpin for ReleaseArtifactKind
impl UnsafeUnpin for ReleaseArtifactKind
impl UnwindSafe for ReleaseArtifactKind
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