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