pub(crate) struct Sol2179;
Expand description
2179h Count Good Triplets in an Array
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2179
impl RefUnwindSafe for Sol2179
impl Send for Sol2179
impl Sync for Sol2179
impl Unpin for Sol2179
impl UnwindSafe for Sol2179
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