pub struct WithInverse;Expand description
a ∘ a⁻¹.
Trait Implementations§
impl Justifies<Identity, WithInverse> for ByInverse
impl Justifies<WithInverse, Identity> for ByInverse
Auto Trait Implementations§
impl Freeze for WithInverse
impl RefUnwindSafe for WithInverse
impl Send for WithInverse
impl Sync for WithInverse
impl Unpin for WithInverse
impl UnsafeUnpin for WithInverse
impl UnwindSafe for WithInverse
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