pub enum AssetMetaType {
Opaque,
Json,
}Variants§
Trait Implementations§
Source§impl Clone for AssetMetaType
impl Clone for AssetMetaType
Source§fn clone(&self) -> AssetMetaType
fn clone(&self) -> AssetMetaType
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 AssetMetaType
Source§impl Debug for AssetMetaType
impl Debug for AssetMetaType
Source§impl<'de> Deserialize<'de> for AssetMetaType
impl<'de> Deserialize<'de> for AssetMetaType
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
impl Eq for AssetMetaType
Source§impl Hash for AssetMetaType
impl Hash for AssetMetaType
Source§impl PartialEq for AssetMetaType
impl PartialEq for AssetMetaType
Source§fn eq(&self, other: &AssetMetaType) -> bool
fn eq(&self, other: &AssetMetaType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AssetMetaType
impl Serialize for AssetMetaType
impl StructuralPartialEq for AssetMetaType
Auto Trait Implementations§
impl Freeze for AssetMetaType
impl RefUnwindSafe for AssetMetaType
impl Send for AssetMetaType
impl Sync for AssetMetaType
impl Unpin for AssetMetaType
impl UnsafeUnpin for AssetMetaType
impl UnwindSafe for AssetMetaType
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