pub struct GlobalRegistry;
Available on crate features
static_core
and service
only.Expand description
This struct can be used with the functions in crate::service
to use them with
the global static Core
defined in this module.
Trait Implementations§
Source§impl Clone for GlobalRegistry
impl Clone for GlobalRegistry
Source§fn clone(&self) -> GlobalRegistry
fn clone(&self) -> GlobalRegistry
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 GlobalRegistry
impl Debug for GlobalRegistry
Source§impl MetricsSource for GlobalRegistry
impl MetricsSource for GlobalRegistry
impl Copy for GlobalRegistry
Auto Trait Implementations§
impl Freeze for GlobalRegistry
impl RefUnwindSafe for GlobalRegistry
impl Send for GlobalRegistry
impl Sync for GlobalRegistry
impl Unpin for GlobalRegistry
impl UnwindSafe for GlobalRegistry
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