pub struct MiniZinc;
Implementations§
Auto Trait Implementations§
impl Freeze for MiniZinc
impl RefUnwindSafe for MiniZinc
impl Send for MiniZinc
impl Sync for MiniZinc
impl Unpin for MiniZinc
impl UnwindSafe for MiniZinc
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