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