pub(crate) struct Sol2929 {}
Expand description
2929m Distribute Candies Among Children II
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2929
impl RefUnwindSafe for Sol2929
impl Send for Sol2929
impl Sync for Sol2929
impl Unpin for Sol2929
impl UnwindSafe for Sol2929
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