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