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