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