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