pub struct MethodParameter {
pub name_index: ConstantPoolIndex,
pub access_flags: AccessFlags,
}Fields§
§name_index: ConstantPoolIndex§access_flags: AccessFlagsImplementations§
Trait Implementations§
Source§impl Debug for MethodParameter
impl Debug for MethodParameter
Source§impl PartialEq for MethodParameter
impl PartialEq for MethodParameter
impl StructuralPartialEq for MethodParameter
Auto Trait Implementations§
impl Freeze for MethodParameter
impl RefUnwindSafe for MethodParameter
impl Send for MethodParameter
impl Sync for MethodParameter
impl Unpin for MethodParameter
impl UnwindSafe for MethodParameter
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