pub struct SmpCache { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Ord for SmpCache
impl Ord for SmpCache
Source§impl PartialOrd for SmpCache
impl PartialOrd for SmpCache
impl Eq for SmpCache
impl StructuralPartialEq for SmpCache
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