pub enum SingletonMethod {
Identity,
Permutation,
Summation,
Diagonalization,
PermutationAndSummation,
DiagonalizationAndSummation,
}Variants§
Trait Implementations§
Source§impl Clone for SingletonMethod
impl Clone for SingletonMethod
Source§fn clone(&self) -> SingletonMethod
fn clone(&self) -> SingletonMethod
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 SingletonMethod
impl Debug for SingletonMethod
impl Copy for SingletonMethod
Auto Trait Implementations§
impl Freeze for SingletonMethod
impl RefUnwindSafe for SingletonMethod
impl Send for SingletonMethod
impl Sync for SingletonMethod
impl Unpin for SingletonMethod
impl UnwindSafe for SingletonMethod
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