pub struct AnnotationNode {
pub visible: bool,
pub type_name: InternalNameRef,
pub values: Vec<(StrRef, AnnotationValue)>,
}
Fields§
§visible: bool
§type_name: InternalNameRef
§values: Vec<(StrRef, AnnotationValue)>
Trait Implementations§
Source§impl Clone for AnnotationNode
impl Clone for AnnotationNode
Source§fn clone(&self) -> AnnotationNode
fn clone(&self) -> AnnotationNode
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for AnnotationNode
impl RefUnwindSafe for AnnotationNode
impl Send for AnnotationNode
impl Sync for AnnotationNode
impl Unpin for AnnotationNode
impl UnwindSafe for AnnotationNode
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