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 ==.source§impl TryFrom<&str> for IndexAssetType
impl TryFrom<&str> for IndexAssetType
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§
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