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