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