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