pub(crate) struct Sol1358;
Expand description
1358m Number of Substrings Containing All Three Characters
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1358
impl RefUnwindSafe for Sol1358
impl Send for Sol1358
impl Sync for Sol1358
impl Unpin for Sol1358
impl UnwindSafe for Sol1358
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