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
Source§fn eq(&self, other: &ParameterAnnotation) -> bool
fn eq(&self, other: &ParameterAnnotation) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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