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