pub struct AnnotationEntry {
pub type_name: BytesRef,
pub pairs: Vec<ElementValuePair>,
}
Fields§
§type_name: BytesRef
§pairs: Vec<ElementValuePair>
Trait Implementations§
Source§impl Clone for AnnotationEntry
impl Clone for AnnotationEntry
Source§fn clone(&self) -> AnnotationEntry
fn clone(&self) -> AnnotationEntry
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 AnnotationEntry
impl RefUnwindSafe for AnnotationEntry
impl Send for AnnotationEntry
impl Sync for AnnotationEntry
impl Unpin for AnnotationEntry
impl UnwindSafe for AnnotationEntry
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