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