pub enum ElementValueTag {
Show 14 variants
Byte,
Char,
Double,
Float,
Int,
Long,
Short,
Boolean,
String,
Enum,
Class,
Annotation,
Array,
Unknown,
}
Variants§
Trait Implementations§
Source§impl Clone for ElementValueTag
impl Clone for ElementValueTag
Source§fn clone(&self) -> ElementValueTag
fn clone(&self) -> ElementValueTag
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 ElementValueTag
impl Debug for ElementValueTag
Source§impl From<u8> for ElementValueTag
impl From<u8> for ElementValueTag
impl Copy for ElementValueTag
Auto Trait Implementations§
impl Freeze for ElementValueTag
impl RefUnwindSafe for ElementValueTag
impl Send for ElementValueTag
impl Sync for ElementValueTag
impl Unpin for ElementValueTag
impl UnwindSafe for ElementValueTag
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