pub struct AllergyName(/* private fields */);Expand description
Redacted allergy label that guards unsafe care or grooming recommendations.
Implementations§
Source§impl AllergyName
impl AllergyName
Source§impl AllergyName
impl AllergyName
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for AllergyName
impl Clone for AllergyName
Source§fn clone(&self) -> AllergyName
fn clone(&self) -> AllergyName
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AllergyName
impl Debug for AllergyName
Source§impl<'de> Deserialize<'de> for AllergyName
impl<'de> Deserialize<'de> for AllergyName
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for AllergyName
impl Hash for AllergyName
Source§impl Ord for AllergyName
impl Ord for AllergyName
Source§fn cmp(&self, other: &AllergyName) -> Ordering
fn cmp(&self, other: &AllergyName) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AllergyName
impl PartialEq for AllergyName
Source§impl PartialOrd for AllergyName
impl PartialOrd for AllergyName
Source§impl Serialize for AllergyName
impl Serialize for AllergyName
impl Eq for AllergyName
impl StructuralPartialEq for AllergyName
Auto Trait Implementations§
impl Freeze for AllergyName
impl RefUnwindSafe for AllergyName
impl Send for AllergyName
impl Sync for AllergyName
impl Unpin for AllergyName
impl UnsafeUnpin for AllergyName
impl UnwindSafe for AllergyName
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