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