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