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