pub enum HashKindName {
Show 18 variants
IdlSource,
IdlContent,
IdlPortable,
IdlNormalized,
ProgramSpec,
AstPortable,
RuntimeArtifact,
ArtifactFile,
DecoderContent,
SdkDefinition,
SdkExtension,
SdkOutputTree,
Compiler,
ProgramRelease,
LiveSpec,
StackManifest,
DeploymentRelease,
DecoderFixtureSet,
}Variants§
IdlSource
IdlContent
IdlPortable
IdlNormalized
ProgramSpec
AstPortable
RuntimeArtifact
ArtifactFile
DecoderContent
SdkDefinition
SdkExtension
SdkOutputTree
Compiler
ProgramRelease
LiveSpec
StackManifest
DeploymentRelease
DecoderFixtureSet
Implementations§
Trait Implementations§
Source§impl Clone for HashKindName
impl Clone for HashKindName
Source§fn clone(&self) -> HashKindName
fn clone(&self) -> HashKindName
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 moreimpl Copy for HashKindName
Source§impl Debug for HashKindName
impl Debug for HashKindName
Source§impl<'de> Deserialize<'de> for HashKindName
impl<'de> Deserialize<'de> for HashKindName
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 HashKindName
impl Display for HashKindName
impl Eq for HashKindName
Source§impl FromStr for HashKindName
impl FromStr for HashKindName
Source§impl Hash for HashKindName
impl Hash for HashKindName
Source§impl PartialEq for HashKindName
impl PartialEq for HashKindName
Source§impl Serialize for HashKindName
impl Serialize for HashKindName
impl StructuralPartialEq for HashKindName
Auto Trait Implementations§
impl Freeze for HashKindName
impl RefUnwindSafe for HashKindName
impl Send for HashKindName
impl Sync for HashKindName
impl Unpin for HashKindName
impl UnsafeUnpin for HashKindName
impl UnwindSafe for HashKindName
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