pub struct AnnotationMetadata {
pub descriptor: String,
pub elements: Vec<AnnotationElementMetadata>,
}Fields§
§descriptor: String§elements: Vec<AnnotationElementMetadata>Trait Implementations§
Source§impl Clone for AnnotationMetadata
impl Clone for AnnotationMetadata
Source§fn clone(&self) -> AnnotationMetadata
fn clone(&self) -> AnnotationMetadata
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 AnnotationMetadata
impl RefUnwindSafe for AnnotationMetadata
impl Send for AnnotationMetadata
impl Sync for AnnotationMetadata
impl Unpin for AnnotationMetadata
impl UnsafeUnpin for AnnotationMetadata
impl UnwindSafe for AnnotationMetadata
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