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