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