pub struct Exemplar<S, V> { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl<S, V> RefUnwindSafe for Exemplar<S, V>where
S: RefUnwindSafe,
V: RefUnwindSafe,
impl<S, V> Send for Exemplar<S, V>where
S: Send,
V: Send,
impl<S, V> Sync for Exemplar<S, V>where
S: Sync,
V: Sync,
impl<S, V> Unpin for Exemplar<S, V>where
S: Unpin,
V: Unpin,
impl<S, V> UnwindSafe for Exemplar<S, V>where
S: UnwindSafe,
V: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more