pub(crate) struct Sol1976;
Expand description
1976m Number of Ways to Arrive at Destination
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1976
impl RefUnwindSafe for Sol1976
impl Send for Sol1976
impl Sync for Sol1976
impl Unpin for Sol1976
impl UnwindSafe for Sol1976
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