pub enum IndexAssetType {
Wasm,
Manifest,
Schema,
}Variants§
Trait Implementations§
source§impl AsRef<str> for IndexAssetType
impl AsRef<str> for IndexAssetType
source§impl Clone for IndexAssetType
impl Clone for IndexAssetType
source§fn clone(&self) -> IndexAssetType
fn clone(&self) -> IndexAssetType
Returns a copy 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 IndexAssetType
impl Debug for IndexAssetType
source§impl FromStr for IndexAssetType
impl FromStr for IndexAssetType
source§impl Hash for IndexAssetType
impl Hash for IndexAssetType
source§impl PartialEq<IndexAssetType> for IndexAssetType
impl PartialEq<IndexAssetType> for IndexAssetType
source§fn eq(&self, other: &IndexAssetType) -> bool
fn eq(&self, other: &IndexAssetType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.