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