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