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