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