pub(crate) struct Sol3307 {}Expand description
3307h Find the K-th Character in a String Game II
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3307
impl RefUnwindSafe for Sol3307
impl Send for Sol3307
impl Sync for Sol3307
impl Unpin for Sol3307
impl UnsafeUnpin for Sol3307
impl UnwindSafe for Sol3307
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