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