pub(crate) struct Sol1534;Expand description
1534 Count Good Triplets
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1534
impl RefUnwindSafe for Sol1534
impl Send for Sol1534
impl Sync for Sol1534
impl Unpin for Sol1534
impl UnsafeUnpin for Sol1534
impl UnwindSafe for Sol1534
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