pub enum IndexAssetType {
Wasm,
Manifest,
Schema,
}Variants
Wasm
Manifest
Schema
Trait Implementations
sourceimpl AsRef<str> for IndexAssetType
impl AsRef<str> for IndexAssetType
sourceimpl Clone for IndexAssetType
impl Clone for IndexAssetType
sourcefn clone(&self) -> IndexAssetType
fn clone(&self) -> IndexAssetType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for IndexAssetType
impl Debug for IndexAssetType
sourceimpl FromStr for IndexAssetType
impl FromStr for IndexAssetType
type Err = ParseError
type Err = ParseError
The associated error which can be returned from parsing.
sourceimpl Hash for IndexAssetType
impl Hash for IndexAssetType
sourceimpl PartialEq<IndexAssetType> for IndexAssetType
impl PartialEq<IndexAssetType> for IndexAssetType
sourcefn eq(&self, other: &IndexAssetType) -> bool
fn eq(&self, other: &IndexAssetType) -> bool
sourceimpl TryFrom<&str> for IndexAssetType
impl TryFrom<&str> for IndexAssetType
type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
impl Eq for IndexAssetType
impl StructuralEq for IndexAssetType
impl StructuralPartialEq for IndexAssetType
Auto Trait Implementations
impl RefUnwindSafe for IndexAssetType
impl Send for IndexAssetType
impl Sync for IndexAssetType
impl Unpin for IndexAssetType
impl UnwindSafe for IndexAssetType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more