pub enum DecthingsElementType {
Show 16 variants
F32,
F64,
I8,
I16,
I32,
I64,
U8,
U16,
U32,
U64,
String,
Boolean,
Binary,
Image,
Audio,
Video,
}
Variants§
Trait Implementations§
source§impl Clone for DecthingsElementType
impl Clone for DecthingsElementType
source§fn clone(&self) -> DecthingsElementType
fn clone(&self) -> DecthingsElementType
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 DecthingsElementType
impl Debug for DecthingsElementType
source§impl<'de> Deserialize<'de> for DecthingsElementType
impl<'de> Deserialize<'de> for DecthingsElementType
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
source§impl Display for DecthingsElementType
impl Display for DecthingsElementType
source§impl PartialEq for DecthingsElementType
impl PartialEq for DecthingsElementType
source§fn eq(&self, other: &DecthingsElementType) -> bool
fn eq(&self, other: &DecthingsElementType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for DecthingsElementType
impl Serialize for DecthingsElementType
impl Copy for DecthingsElementType
impl StructuralPartialEq for DecthingsElementType
Auto Trait Implementations§
impl Freeze for DecthingsElementType
impl RefUnwindSafe for DecthingsElementType
impl Send for DecthingsElementType
impl Sync for DecthingsElementType
impl Unpin for DecthingsElementType
impl UnwindSafe for DecthingsElementType
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