pub(crate) struct Sol2226;Expand description
2226m Maximum Candies Allocated to K Children
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2226
impl RefUnwindSafe for Sol2226
impl Send for Sol2226
impl Sync for Sol2226
impl Unpin for Sol2226
impl UnsafeUnpin for Sol2226
impl UnwindSafe for Sol2226
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