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