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