pub struct AnnotationElementMetadata {
pub name: String,
pub value: AnnotationElementValueMetadata,
}Fields§
§name: String§value: AnnotationElementValueMetadataTrait Implementations§
Source§impl Clone for AnnotationElementMetadata
impl Clone for AnnotationElementMetadata
Source§fn clone(&self) -> AnnotationElementMetadata
fn clone(&self) -> AnnotationElementMetadata
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AnnotationElementMetadata
impl RefUnwindSafe for AnnotationElementMetadata
impl Send for AnnotationElementMetadata
impl Sync for AnnotationElementMetadata
impl Unpin for AnnotationElementMetadata
impl UnsafeUnpin for AnnotationElementMetadata
impl UnwindSafe for AnnotationElementMetadata
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