pub struct NonConvex;Expand description
Problem is non-convex
Trait Implementations§
impl ConvexityState for NonConvex
impl Copy for NonConvex
Auto Trait Implementations§
impl Freeze for NonConvex
impl RefUnwindSafe for NonConvex
impl Send for NonConvex
impl Sync for NonConvex
impl Unpin for NonConvex
impl UnwindSafe for NonConvex
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