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