pub struct MetadataRegistry;Expand description
Global metadata helpers (handler key + metadata key/value).
Implementations§
Auto Trait Implementations§
impl Freeze for MetadataRegistry
impl RefUnwindSafe for MetadataRegistry
impl Send for MetadataRegistry
impl Sync for MetadataRegistry
impl Unpin for MetadataRegistry
impl UnsafeUnpin for MetadataRegistry
impl UnwindSafe for MetadataRegistry
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