pub enum AnnotationElementValueMetadata {
String(String),
Int(i64),
Boolean(bool),
}Variants§
Trait Implementations§
Source§impl Clone for AnnotationElementValueMetadata
impl Clone for AnnotationElementValueMetadata
Source§fn clone(&self) -> AnnotationElementValueMetadata
fn clone(&self) -> AnnotationElementValueMetadata
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 AnnotationElementValueMetadata
impl RefUnwindSafe for AnnotationElementValueMetadata
impl Send for AnnotationElementValueMetadata
impl Sync for AnnotationElementValueMetadata
impl Unpin for AnnotationElementValueMetadata
impl UnsafeUnpin for AnnotationElementValueMetadata
impl UnwindSafe for AnnotationElementValueMetadata
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