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