pub struct METRIC_QUEUE_SIZE { /* private fields */ }
Trait Implementations§
Source§impl Deref for METRIC_QUEUE_SIZE
impl Deref for METRIC_QUEUE_SIZE
impl LazyStatic for METRIC_QUEUE_SIZE
Auto Trait Implementations§
impl Freeze for METRIC_QUEUE_SIZE
impl RefUnwindSafe for METRIC_QUEUE_SIZE
impl Send for METRIC_QUEUE_SIZE
impl Sync for METRIC_QUEUE_SIZE
impl Unpin for METRIC_QUEUE_SIZE
impl UnwindSafe for METRIC_QUEUE_SIZE
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