Struct wasmer_cache::Hash [−][src]
pub struct Hash(_);
Expand description
A hash used as a key when loading and storing modules in a
[Cache].
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Hashimpl UnwindSafe for HashBlanket Implementations
type ArchivedMetadata = ()
type ArchivedMetadata = ()The archived version of the pointer metadata for this type.
pub fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
pub fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::MetadataConverts some archived metadata to the pointer metadata for itself.
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
type Output = T
type Output = TShould always be Self