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