pub(crate) struct Sol3027 {}Expand description
3027h Find the Number of Ways to Place People II
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3027
impl RefUnwindSafe for Sol3027
impl Send for Sol3027
impl Sync for Sol3027
impl Unpin for Sol3027
impl UnsafeUnpin for Sol3027
impl UnwindSafe for Sol3027
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