pub struct AggregateRatingPropertyIri;Trait Implementations§
Source§impl PartialEq<&str> for AggregateRatingPropertyIri
impl PartialEq<&str> for AggregateRatingPropertyIri
Source§impl PartialEq<AggregateRatingPropertyIri> for &str
impl PartialEq<AggregateRatingPropertyIri> for &str
Auto Trait Implementations§
impl Freeze for AggregateRatingPropertyIri
impl RefUnwindSafe for AggregateRatingPropertyIri
impl Send for AggregateRatingPropertyIri
impl Sync for AggregateRatingPropertyIri
impl Unpin for AggregateRatingPropertyIri
impl UnwindSafe for AggregateRatingPropertyIri
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