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