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