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