pub struct ObjectAnnotation {
pub contents: Vec<AnnotationElement>,
}Expand description
Object annotation: contents between the class data and TC_ENDBLOCKDATA.
Fields§
§contents: Vec<AnnotationElement>Trait Implementations§
Source§impl Clone for ObjectAnnotation
impl Clone for ObjectAnnotation
Source§fn clone(&self) -> ObjectAnnotation
fn clone(&self) -> ObjectAnnotation
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 ObjectAnnotation
impl RefUnwindSafe for ObjectAnnotation
impl Send for ObjectAnnotation
impl Sync for ObjectAnnotation
impl Unpin for ObjectAnnotation
impl UnsafeUnpin for ObjectAnnotation
impl UnwindSafe for ObjectAnnotation
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