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