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