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