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