#[repr(C)]pub struct Solver { /* private fields */ }Trait Implementations§
Source§impl ExternType for Solver
impl ExternType for Solver
impl UniquePtrTarget for Solver
Auto Trait Implementations§
impl !Freeze for Solver
impl RefUnwindSafe for Solver
impl !Send for Solver
impl !Sync for Solver
impl !Unpin for Solver
impl UnwindSafe for Solver
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