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