pub struct AnnotationItem {
pub visibility: Visibility,
pub type_: Rc<String>,
pub annotations: Vec<AnnotationElement>,
}Fields§
§visibility: Visibility§type_: Rc<String>§annotations: Vec<AnnotationElement>Trait Implementations§
Source§impl Clone for AnnotationItem
impl Clone for AnnotationItem
Source§fn clone(&self) -> AnnotationItem
fn clone(&self) -> AnnotationItem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AnnotationItem
impl Debug for AnnotationItem
Source§impl PartialEq for AnnotationItem
impl PartialEq for AnnotationItem
impl StructuralPartialEq for AnnotationItem
Auto Trait Implementations§
impl Freeze for AnnotationItem
impl RefUnwindSafe for AnnotationItem
impl !Send for AnnotationItem
impl !Sync for AnnotationItem
impl Unpin for AnnotationItem
impl UnwindSafe for AnnotationItem
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