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