pub struct CombineAB;Expand description
a ∘ b.
Trait Implementations§
impl Justifies<CombineAB, CombineBA> for ByCommutativity
impl Justifies<CombineBA, CombineAB> for ByCommutativity
Auto Trait Implementations§
impl Freeze for CombineAB
impl RefUnwindSafe for CombineAB
impl Send for CombineAB
impl Sync for CombineAB
impl Unpin for CombineAB
impl UnsafeUnpin for CombineAB
impl UnwindSafe for CombineAB
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