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