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