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