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