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