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