pub(crate) struct Sol1513 {}Expand description
1513m Number of Substrings With Only 1s
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1513
impl RefUnwindSafe for Sol1513
impl Send for Sol1513
impl Sync for Sol1513
impl Unpin for Sol1513
impl UnsafeUnpin for Sol1513
impl UnwindSafe for Sol1513
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