pub enum AnnotationElement {
Object(StreamObject),
BlockData(BlockData),
}Expand description
Elements in class annotation (between classDescInfo and superClassDesc).
Variants§
Object(StreamObject)
BlockData(BlockData)
Trait Implementations§
Source§impl Clone for AnnotationElement
impl Clone for AnnotationElement
Source§fn clone(&self) -> AnnotationElement
fn clone(&self) -> AnnotationElement
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 AnnotationElement
impl RefUnwindSafe for AnnotationElement
impl Send for AnnotationElement
impl Sync for AnnotationElement
impl Unpin for AnnotationElement
impl UnsafeUnpin for AnnotationElement
impl UnwindSafe for AnnotationElement
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