pub(crate) struct Sol3160;Expand description
3160m Find the Number of Distinct Colors Among the Balls
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3160
impl RefUnwindSafe for Sol3160
impl Send for Sol3160
impl Sync for Sol3160
impl Unpin for Sol3160
impl UnsafeUnpin for Sol3160
impl UnwindSafe for Sol3160
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