pub(crate) struct Sol2338;
Expand description
2338h Count the Number of Ideal Arrays
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2338
impl RefUnwindSafe for Sol2338
impl Send for Sol2338
impl Sync for Sol2338
impl Unpin for Sol2338
impl UnwindSafe for Sol2338
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