Struct nekolib::algo::permutation::Permutations
source · pub struct Permutations<T>(/* private fields */);
Implementations§
source§impl<T: Ord> Permutations<T>
impl<T: Ord> Permutations<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> RefUnwindSafe for Permutations<T>where T: RefUnwindSafe,
impl<T> Send for Permutations<T>where T: Send,
impl<T> Sync for Permutations<T>where T: Sync,
impl<T> Unpin for Permutations<T>where T: Unpin,
impl<T> UnwindSafe for Permutations<T>where T: UnwindSafe,
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