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