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