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