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