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