pub struct Morphism<G, H>{ /* private fields */ }
Expand description
Morphism maps one Group to the other with respect of the group operation.
Implementations§
Auto Trait Implementations§
impl<G, H> Freeze for Morphism<G, H>
impl<G, H> RefUnwindSafe for Morphism<G, H>where
G: RefUnwindSafe,
H: RefUnwindSafe,
impl<G, H> Send for Morphism<G, H>
impl<G, H> Sync for Morphism<G, H>
impl<G, H> Unpin for Morphism<G, H>
impl<G, H> UnwindSafe for Morphism<G, H>where
G: UnwindSafe,
H: UnwindSafe,
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