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