pub struct PermutationCodec<A: PartialEq + Clone> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<A: Clone + PartialEq + Clone> Clone for PermutationCodec<A>
impl<A: Clone + PartialEq + Clone> Clone for PermutationCodec<A>
Source§fn clone(&self) -> PermutationCodec<A>
fn clone(&self) -> PermutationCodec<A>
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<A: PartialEq + Clone> Codec<PermutationChromosome<A>, Vec<A>> for PermutationCodec<A>
impl<A: PartialEq + Clone> Codec<PermutationChromosome<A>, Vec<A>> for PermutationCodec<A>
Auto Trait Implementations§
impl<A> Freeze for PermutationCodec<A>
impl<A> RefUnwindSafe for PermutationCodec<A>where
A: RefUnwindSafe,
impl<A> Send for PermutationCodec<A>
impl<A> Sync for PermutationCodec<A>
impl<A> Unpin for PermutationCodec<A>
impl<A> UnwindSafe for PermutationCodec<A>where
A: RefUnwindSafe,
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