pub(crate) struct Sol2818;
Expand description
2818h Apply Operations to Maximize Score
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2818
impl RefUnwindSafe for Sol2818
impl Send for Sol2818
impl Sync for Sol2818
impl Unpin for Sol2818
impl UnwindSafe for Sol2818
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