pub struct VaccineName(/* private fields */);Expand description
Vaccine name as it appears in a requirement, proof document, or source-system mapping.
Implementations§
Source§impl VaccineName
impl VaccineName
Source§impl VaccineName
impl VaccineName
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for VaccineName
impl Clone for VaccineName
Source§fn clone(&self) -> VaccineName
fn clone(&self) -> VaccineName
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 VaccineName
impl Debug for VaccineName
Source§impl<'de> Deserialize<'de> for VaccineName
impl<'de> Deserialize<'de> for VaccineName
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 VaccineName
impl Hash for VaccineName
Source§impl Ord for VaccineName
impl Ord for VaccineName
Source§fn cmp(&self, other: &VaccineName) -> Ordering
fn cmp(&self, other: &VaccineName) -> 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 VaccineName
impl PartialEq for VaccineName
Source§impl PartialOrd for VaccineName
impl PartialOrd for VaccineName
Source§impl Serialize for VaccineName
impl Serialize for VaccineName
impl Eq for VaccineName
impl StructuralPartialEq for VaccineName
Auto Trait Implementations§
impl Freeze for VaccineName
impl RefUnwindSafe for VaccineName
impl Send for VaccineName
impl Sync for VaccineName
impl Unpin for VaccineName
impl UnsafeUnpin for VaccineName
impl UnwindSafe for VaccineName
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