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