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