pub struct FieldAnnotations { /* private fields */ }Expand description
Annotations of a Field.
Android docs
Implementations§
Source§impl FieldAnnotations
impl FieldAnnotations
pub fn annotations(&self) -> &AnnotationSetItem
Trait Implementations§
Source§impl Debug for FieldAnnotations
impl Debug for FieldAnnotations
Auto Trait Implementations§
impl Freeze for FieldAnnotations
impl RefUnwindSafe for FieldAnnotations
impl !Send for FieldAnnotations
impl !Sync for FieldAnnotations
impl Unpin for FieldAnnotations
impl UnwindSafe for FieldAnnotations
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