Struct schema_org_constants::RatingIri
source · pub struct RatingIri;Trait Implementations§
source§impl PartialEq<&str> for RatingIri
impl PartialEq<&str> for RatingIri
Auto Trait Implementations§
impl Freeze for RatingIri
impl RefUnwindSafe for RatingIri
impl Send for RatingIri
impl Sync for RatingIri
impl Unpin for RatingIri
impl UnwindSafe for RatingIri
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