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