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