Struct parse::pool::ConstantMethod
source · pub struct ConstantMethod {
pub tag: ConstantTag,
pub class: Addressed<ConstantClass>,
pub name_and_type: Addressed<ConstantNameAndType>,
}
Fields§
§tag: ConstantTag
§class: Addressed<ConstantClass>
§name_and_type: Addressed<ConstantNameAndType>
Trait Implementations§
source§impl Clone for ConstantMethod
impl Clone for ConstantMethod
source§fn clone(&self) -> ConstantMethod
fn clone(&self) -> ConstantMethod
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for ConstantMethod
impl Send for ConstantMethod
impl Sync for ConstantMethod
impl Unpin for ConstantMethod
impl !UnwindSafe for ConstantMethod
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