pub struct ClassAnnotation {
pub visibility: Visibility,
pub type_: Rc<String>,
pub elements: Vec<AnnotationElement>,
}Fields§
§visibility: Visibility§type_: Rc<String>§elements: Vec<AnnotationElement>Trait Implementations§
Source§impl Debug for ClassAnnotation
impl Debug for ClassAnnotation
Source§impl PartialEq for ClassAnnotation
impl PartialEq for ClassAnnotation
impl StructuralPartialEq for ClassAnnotation
Auto Trait Implementations§
impl Freeze for ClassAnnotation
impl RefUnwindSafe for ClassAnnotation
impl !Send for ClassAnnotation
impl !Sync for ClassAnnotation
impl Unpin for ClassAnnotation
impl UnwindSafe for ClassAnnotation
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