Enum parse::pool::ConstantTag
source · pub enum ConstantTag {
Show 17 variants
Class,
Field,
Method,
InterfaceMethod,
String,
Integer,
Float,
Long,
Double,
NameAndType,
Utf8,
MethodHandle,
MethodType,
Dynamic,
InvokeDynamic,
Module,
Package,
}
Variants§
Class
Field
Method
InterfaceMethod
String
Integer
Float
Long
Double
NameAndType
Utf8
MethodHandle
MethodType
Dynamic
InvokeDynamic
Module
Package
Implementations§
Trait Implementations§
source§impl Clone for ConstantTag
impl Clone for ConstantTag
source§fn clone(&self) -> ConstantTag
fn clone(&self) -> ConstantTag
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 ConstantTag
impl Debug for ConstantTag
impl Copy for ConstantTag
Auto Trait Implementations§
impl RefUnwindSafe for ConstantTag
impl Send for ConstantTag
impl Sync for ConstantTag
impl Unpin for ConstantTag
impl UnwindSafe for ConstantTag
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