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