pub struct MethodMetadataItem<'metadata> {
pub method_name: &'metadata str,
pub method_kind: MethodKind,
pub num_arguments: u8,
}
Fields§
§method_name: &'metadata str
§method_kind: MethodKind
§num_arguments: u8
Trait Implementations§
Auto Trait Implementations§
impl<'metadata> Freeze for MethodMetadataItem<'metadata>
impl<'metadata> RefUnwindSafe for MethodMetadataItem<'metadata>
impl<'metadata> Send for MethodMetadataItem<'metadata>
impl<'metadata> Sync for MethodMetadataItem<'metadata>
impl<'metadata> Unpin for MethodMetadataItem<'metadata>
impl<'metadata> UnwindSafe for MethodMetadataItem<'metadata>
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