pub enum RegistryArtifacts {
ShimCache,
ShellBags,
AutoRuns,
Other(String),
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for RegistryArtifacts
impl Clone for RegistryArtifacts
Source§fn clone(&self) -> RegistryArtifacts
fn clone(&self) -> RegistryArtifacts
Returns a duplicate 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 RegistryArtifacts
impl Debug for RegistryArtifacts
Source§impl Default for RegistryArtifacts
impl Default for RegistryArtifacts
Source§fn default() -> RegistryArtifacts
fn default() -> RegistryArtifacts
Returns the “default value” for a type. Read more
Source§impl Display for RegistryArtifacts
impl Display for RegistryArtifacts
Source§impl Into<Artifact> for RegistryArtifacts
impl Into<Artifact> for RegistryArtifacts
Source§impl Into<RegistryArtifacts> for String
impl Into<RegistryArtifacts> for String
Source§fn into(self) -> RegistryArtifacts
fn into(self) -> RegistryArtifacts
Converts this type into the (usually inferred) input type.
Source§impl Ord for RegistryArtifacts
impl Ord for RegistryArtifacts
Source§fn cmp(&self, other: &RegistryArtifacts) -> Ordering
fn cmp(&self, other: &RegistryArtifacts) -> Ordering
1.21.0 · 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 RegistryArtifacts
impl PartialEq for RegistryArtifacts
Source§impl PartialOrd for RegistryArtifacts
impl PartialOrd for RegistryArtifacts
Source§impl Serialize for RegistryArtifacts
impl Serialize for RegistryArtifacts
impl Eq for RegistryArtifacts
impl StructuralPartialEq for RegistryArtifacts
Auto Trait Implementations§
impl Freeze for RegistryArtifacts
impl RefUnwindSafe for RegistryArtifacts
impl Send for RegistryArtifacts
impl Sync for RegistryArtifacts
impl Unpin for RegistryArtifacts
impl UnwindSafe for RegistryArtifacts
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