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