pub struct ContactName(/* private fields */);Expand description
Redacted staff/customer contact name for care-plan coordination.
Implementations§
Source§impl ContactName
impl ContactName
Source§impl ContactName
impl ContactName
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for ContactName
impl Clone for ContactName
Source§fn clone(&self) -> ContactName
fn clone(&self) -> ContactName
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 ContactName
impl Debug for ContactName
Source§impl<'de> Deserialize<'de> for ContactName
impl<'de> Deserialize<'de> for ContactName
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 ContactName
impl Hash for ContactName
Source§impl Ord for ContactName
impl Ord for ContactName
Source§fn cmp(&self, other: &ContactName) -> Ordering
fn cmp(&self, other: &ContactName) -> 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 ContactName
impl PartialEq for ContactName
Source§impl PartialOrd for ContactName
impl PartialOrd for ContactName
Source§impl Serialize for ContactName
impl Serialize for ContactName
impl Eq for ContactName
impl StructuralPartialEq for ContactName
Auto Trait Implementations§
impl Freeze for ContactName
impl RefUnwindSafe for ContactName
impl Send for ContactName
impl Sync for ContactName
impl Unpin for ContactName
impl UnsafeUnpin for ContactName
impl UnwindSafe for ContactName
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