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