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