pub struct MethodInfo<'a> {
pub access_flags: MethodAccessFlags,
pub name: Cow<'a, str>,
pub descriptor: MethodDescriptor<'a>,
pub attributes: Vec<AttributeInfo<'a>>,
}Fields§
§access_flags: MethodAccessFlags§name: Cow<'a, str>§descriptor: MethodDescriptor<'a>§attributes: Vec<AttributeInfo<'a>>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MethodInfo<'a>
impl<'a> RefUnwindSafe for MethodInfo<'a>
impl<'a> Send for MethodInfo<'a>
impl<'a> Sync for MethodInfo<'a>
impl<'a> Unpin for MethodInfo<'a>
impl<'a> UnwindSafe for MethodInfo<'a>
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