pub enum DependencyArtifactType {
Capability,
Event,
Policy,
}Variants§
Trait Implementations§
Source§impl Clone for DependencyArtifactType
impl Clone for DependencyArtifactType
Source§fn clone(&self) -> DependencyArtifactType
fn clone(&self) -> DependencyArtifactType
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 DependencyArtifactType
impl Debug for DependencyArtifactType
Source§impl<'de> Deserialize<'de> for DependencyArtifactType
impl<'de> Deserialize<'de> for DependencyArtifactType
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 DependencyArtifactType
Source§impl Hash for DependencyArtifactType
impl Hash for DependencyArtifactType
Source§impl PartialEq for DependencyArtifactType
impl PartialEq for DependencyArtifactType
Source§impl Serialize for DependencyArtifactType
impl Serialize for DependencyArtifactType
impl StructuralPartialEq for DependencyArtifactType
Auto Trait Implementations§
impl Freeze for DependencyArtifactType
impl RefUnwindSafe for DependencyArtifactType
impl Send for DependencyArtifactType
impl Sync for DependencyArtifactType
impl Unpin for DependencyArtifactType
impl UnsafeUnpin for DependencyArtifactType
impl UnwindSafe for DependencyArtifactType
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