pub(crate) struct Sol1876 {}Expand description
1876 Substrings of Size Three with Distinct Characters
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1876
impl RefUnwindSafe for Sol1876
impl Send for Sol1876
impl Sync for Sol1876
impl Unpin for Sol1876
impl UnsafeUnpin for Sol1876
impl UnwindSafe for Sol1876
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