pub struct ReverseOperation<M> { /* private fields */ }
Trait Implementations§
Source§impl<M> Invertible for ReverseOperation<M>where
M: Invertible,
impl<M> Invertible for ReverseOperation<M>where
M: Invertible,
Source§impl<M> Magma for ReverseOperation<M>where
M: Magma,
impl<M> Magma for ReverseOperation<M>where
M: Magma,
Source§impl<M> Unital for ReverseOperation<M>where
M: Unital,
impl<M> Unital for ReverseOperation<M>where
M: Unital,
impl<M> Associative for ReverseOperation<M>where
M: Associative,
impl<M> Commutative for ReverseOperation<M>where
M: Commutative,
impl<M> Idempotent for ReverseOperation<M>where
M: Idempotent,
Auto Trait Implementations§
impl<M> Freeze for ReverseOperation<M>
impl<M> RefUnwindSafe for ReverseOperation<M>
impl<M> Send for ReverseOperation<M>
impl<M> Sync for ReverseOperation<M>
impl<M> Unpin for ReverseOperation<M>
impl<M> UnwindSafe for ReverseOperation<M>
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