pub(crate) struct Sol2942 {}Expand description
2942 Find Words Containing Character
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2942
impl RefUnwindSafe for Sol2942
impl Send for Sol2942
impl Sync for Sol2942
impl Unpin for Sol2942
impl UnsafeUnpin for Sol2942
impl UnwindSafe for Sol2942
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