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