Struct bytecode::annotations::Annotations
source · pub struct Annotations { /* private fields */ }
Expand description
A container for an extensible, dynamically typed set of annotations.
Implementations§
source§impl Annotations
impl Annotations
Trait Implementations§
source§impl Clone for Annotations
impl Clone for Annotations
source§fn clone(&self) -> Annotations
fn clone(&self) -> Annotations
Returns a copy 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 moresource§impl Debug for Annotations
impl Debug for Annotations
source§impl Default for Annotations
impl Default for Annotations
source§fn default() -> Annotations
fn default() -> Annotations
Returns the “default value” for a type. Read more