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