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