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