pub enum Optimize {
Minimize,
Maximize,
}
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for Optimize
impl RefUnwindSafe for Optimize
impl Send for Optimize
impl Sync for Optimize
impl Unpin for Optimize
impl UnwindSafe for Optimize
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