pub struct JvmAnnotationElement {
pub name: String,
pub value: JvmAnnotationValue,
}Expand description
JVM annotation element
Fields§
§name: StringElement name
value: JvmAnnotationValueElement value
Trait Implementations§
Source§impl Clone for JvmAnnotationElement
impl Clone for JvmAnnotationElement
Source§fn clone(&self) -> JvmAnnotationElement
fn clone(&self) -> JvmAnnotationElement
Returns a duplicate 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 JvmAnnotationElement
impl RefUnwindSafe for JvmAnnotationElement
impl Send for JvmAnnotationElement
impl Sync for JvmAnnotationElement
impl Unpin for JvmAnnotationElement
impl UnsafeUnpin for JvmAnnotationElement
impl UnwindSafe for JvmAnnotationElement
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