pub(crate) struct Sol1298 {}
Expand description
1298h Maximum Candies You Can Get from Boxes
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1298
impl RefUnwindSafe for Sol1298
impl Send for Sol1298
impl Sync for Sol1298
impl Unpin for Sol1298
impl UnwindSafe for Sol1298
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