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