pub(crate) struct Sol368;Expand description
368m Largest Divisible Subset
Implementations§
Auto Trait Implementations§
impl Freeze for Sol368
impl RefUnwindSafe for Sol368
impl Send for Sol368
impl Sync for Sol368
impl Unpin for Sol368
impl UnsafeUnpin for Sol368
impl UnwindSafe for Sol368
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