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