pub enum Optimize {
Minimize,
Maximize,
}
Variants§
Implementations§
Trait Implementations§
impl Copy for Optimize
impl StructuralPartialEq for Optimize
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