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