pub struct AnnotationSet {
pub site: Option<AnnotationSite>,
pub annotations: Vec<Annotation>,
}
Fields§
§site: Option<AnnotationSite>
§annotations: Vec<Annotation>
Trait Implementations§
Source§impl Clone for AnnotationSet
impl Clone for AnnotationSet
Source§fn clone(&self) -> AnnotationSet
fn clone(&self) -> AnnotationSet
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 AnnotationSet
impl Debug for AnnotationSet
Source§impl PartialEq for AnnotationSet
impl PartialEq for AnnotationSet
impl StructuralPartialEq for AnnotationSet
Auto Trait Implementations§
impl Freeze for AnnotationSet
impl RefUnwindSafe for AnnotationSet
impl Send for AnnotationSet
impl Sync for AnnotationSet
impl Unpin for AnnotationSet
impl UnwindSafe for AnnotationSet
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