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