pub struct RandomPermutation { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RandomPermutation
impl Clone for RandomPermutation
Source§fn clone(&self) -> RandomPermutation
fn clone(&self) -> RandomPermutation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RandomPermutation
impl Debug for RandomPermutation
Source§impl PartialEq for RandomPermutation
impl PartialEq for RandomPermutation
Source§impl Permutation for RandomPermutation
impl Permutation for RandomPermutation
impl Eq for RandomPermutation
impl StructuralPartialEq for RandomPermutation
Auto Trait Implementations§
impl Freeze for RandomPermutation
impl RefUnwindSafe for RandomPermutation
impl Send for RandomPermutation
impl Sync for RandomPermutation
impl Unpin for RandomPermutation
impl UnwindSafe for RandomPermutation
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