pub struct Annotations {
pub class_annotations: Vec<ClassAnnotation>,
pub field_annotations: Vec<FieldAnnotation>,
pub method_annotations: Vec<MethodAnnotation>,
pub parameter_annotations: Vec<ParameterAnnotation>,
}Fields§
§class_annotations: Vec<ClassAnnotation>§field_annotations: Vec<FieldAnnotation>§method_annotations: Vec<MethodAnnotation>§parameter_annotations: Vec<ParameterAnnotation>Trait Implementations§
Source§impl Debug for Annotations
impl Debug for Annotations
Source§impl PartialEq for Annotations
impl PartialEq for Annotations
impl StructuralPartialEq for Annotations
Auto Trait Implementations§
impl Freeze for Annotations
impl RefUnwindSafe for Annotations
impl !Send for Annotations
impl !Sync for Annotations
impl Unpin for Annotations
impl UnwindSafe for Annotations
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