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