Struct move_stackless_bytecode::annotations::Annotations
source · [−]pub struct Annotations { /* private fields */ }
Expand description
A container for an extensible, dynamically typed set of annotations.
Implementations
sourceimpl Annotations
impl Annotations
Trait Implementations
sourceimpl Clone for Annotations
impl Clone for Annotations
sourcefn clone(&self) -> Annotations
fn clone(&self) -> Annotations
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for Annotations
impl Debug for Annotations
sourceimpl Default for Annotations
impl Default for Annotations
sourcefn default() -> Annotations
fn default() -> Annotations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for Annotations
impl !Send for Annotations
impl !Sync for Annotations
impl Unpin for Annotations
impl !UnwindSafe for Annotations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more