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