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