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