struct PathPairMonoid;Trait Implementations§
Source§impl Magma for PathPairMonoid
impl Magma for PathPairMonoid
Source§impl Unital for PathPairMonoid
impl Unital for PathPairMonoid
impl Associative for PathPairMonoid
Auto Trait Implementations§
impl Freeze for PathPairMonoid
impl RefUnwindSafe for PathPairMonoid
impl Send for PathPairMonoid
impl Sync for PathPairMonoid
impl Unpin for PathPairMonoid
impl UnsafeUnpin for PathPairMonoid
impl UnwindSafe for PathPairMonoid
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<M> Monoid for Mwhere
M: SemiGroup + Unital,
impl<M> Monoid for Mwhere
M: SemiGroup + Unital,
§fn pow<E>(x: Self::T, exp: E) -> Self::Twhere
E: ExpBits,
fn pow<E>(x: Self::T, exp: E) -> Self::Twhere
E: ExpBits,
binary exponentiation: $x^n = x\circ\ddots\circ x$