Struct parse::pool::ConstantNameAndType
source · pub struct ConstantNameAndType {
pub tag: ConstantTag,
pub name: Addressed<ConstantUtf8>,
pub descriptor: Addressed<ConstantUtf8>,
}
Fields§
§tag: ConstantTag
§name: Addressed<ConstantUtf8>
§descriptor: Addressed<ConstantUtf8>
Trait Implementations§
source§impl Clone for ConstantNameAndType
impl Clone for ConstantNameAndType
source§fn clone(&self) -> ConstantNameAndType
fn clone(&self) -> ConstantNameAndType
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 ConstantNameAndType
impl Debug for ConstantNameAndType
source§impl Resolvable<ConstantNameAndType> for Addressed<ConstantNameAndType>
impl Resolvable<ConstantNameAndType> for Addressed<ConstantNameAndType>
fn try_resolve(&self) -> Result<ConstantNameAndType>
fn resolve(&self) -> T
Auto Trait Implementations§
impl !RefUnwindSafe for ConstantNameAndType
impl Send for ConstantNameAndType
impl Sync for ConstantNameAndType
impl Unpin for ConstantNameAndType
impl !UnwindSafe for ConstantNameAndType
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