pub struct InteractionCounterIri;Trait Implementations§
source§impl PartialEq<&str> for InteractionCounterIri
impl PartialEq<&str> for InteractionCounterIri
source§impl PartialEq<InteractionCounterIri> for &str
impl PartialEq<InteractionCounterIri> for &str
source§fn eq(&self, other: &InteractionCounterIri) -> bool
fn eq(&self, other: &InteractionCounterIri) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for InteractionCounterIri
impl RefUnwindSafe for InteractionCounterIri
impl Send for InteractionCounterIri
impl Sync for InteractionCounterIri
impl Unpin for InteractionCounterIri
impl UnwindSafe for InteractionCounterIri
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