pub struct MethodMeta {
pub class_key: StrRef,
pub name: StrRef,
pub descriptor: DescriptorRef,
}
Fields§
§class_key: StrRef
§name: StrRef
§descriptor: DescriptorRef
Auto Trait Implementations§
impl Freeze for MethodMeta
impl RefUnwindSafe for MethodMeta
impl Send for MethodMeta
impl Sync for MethodMeta
impl Unpin for MethodMeta
impl UnwindSafe for MethodMeta
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