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