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