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