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