pub struct PDQsort;Expand description
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PDQsort
impl RefUnwindSafe for PDQsort
impl Send for PDQsort
impl Sync for PDQsort
impl Unpin for PDQsort
impl UnwindSafe for PDQsort
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