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