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