pub struct EncodedMethod {
pub method: Rc<Method>,
pub access_flags: Vec<AccessFlag>,
pub code: Option<Code>,
}Fields§
§method: Rc<Method>§access_flags: Vec<AccessFlag>§code: Option<Code>Trait Implementations§
Source§impl Debug for EncodedMethod
impl Debug for EncodedMethod
Source§impl PartialEq for EncodedMethod
impl PartialEq for EncodedMethod
impl StructuralPartialEq for EncodedMethod
Auto Trait Implementations§
impl Freeze for EncodedMethod
impl RefUnwindSafe for EncodedMethod
impl !Send for EncodedMethod
impl !Sync for EncodedMethod
impl Unpin for EncodedMethod
impl UnwindSafe for EncodedMethod
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