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