pub struct ByAssociativity;Expand description
Justified by associativity: a ∘ (b ∘ c) = (a ∘ b) ∘ c.
Trait Implementations§
impl Justifies<AssocLeft, AssocRight> for ByAssociativity
impl Justifies<AssocRight, AssocLeft> for ByAssociativity
Auto Trait Implementations§
impl Freeze for ByAssociativity
impl RefUnwindSafe for ByAssociativity
impl Send for ByAssociativity
impl Sync for ByAssociativity
impl Unpin for ByAssociativity
impl UnsafeUnpin for ByAssociativity
impl UnwindSafe for ByAssociativity
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