pub enum PermutationOperation {}
Trait Implementations§
Source§impl Invertible for PermutationOperation
impl Invertible for PermutationOperation
Source§impl Magma for PermutationOperation
impl Magma for PermutationOperation
Source§impl Unital for PermutationOperation
impl Unital for PermutationOperation
impl Associative for PermutationOperation
Auto Trait Implementations§
impl Freeze for PermutationOperation
impl RefUnwindSafe for PermutationOperation
impl Send for PermutationOperation
impl Sync for PermutationOperation
impl Unpin for PermutationOperation
impl UnwindSafe for PermutationOperation
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