pub struct AnnotationTable { /* private fields */ }Expand description
A key-value annotation table for arbitrary metadata.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnnotationTable
impl RefUnwindSafe for AnnotationTable
impl Send for AnnotationTable
impl Sync for AnnotationTable
impl Unpin for AnnotationTable
impl UnsafeUnpin for AnnotationTable
impl UnwindSafe for AnnotationTable
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