pub(crate) struct Sol2161;
Expand description
2161m Partition Array According to Given Pivot
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2161
impl RefUnwindSafe for Sol2161
impl Send for Sol2161
impl Sync for Sol2161
impl Unpin for Sol2161
impl UnwindSafe for Sol2161
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