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