pub struct MedicationDose(/* private fields */);Expand description
Redacted medication dose retained for staff review and audit trails.
Implementations§
Source§impl MedicationDose
impl MedicationDose
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for MedicationDose
impl Clone for MedicationDose
Source§fn clone(&self) -> MedicationDose
fn clone(&self) -> MedicationDose
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 MedicationDose
impl Debug for MedicationDose
Source§impl<'de> Deserialize<'de> for MedicationDose
impl<'de> Deserialize<'de> for MedicationDose
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 MedicationDose
impl Hash for MedicationDose
Source§impl Ord for MedicationDose
impl Ord for MedicationDose
Source§fn cmp(&self, other: &MedicationDose) -> Ordering
fn cmp(&self, other: &MedicationDose) -> 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 MedicationDose
impl PartialEq for MedicationDose
Source§impl PartialOrd for MedicationDose
impl PartialOrd for MedicationDose
Source§impl Serialize for MedicationDose
impl Serialize for MedicationDose
impl Eq for MedicationDose
impl StructuralPartialEq for MedicationDose
Auto Trait Implementations§
impl Freeze for MedicationDose
impl RefUnwindSafe for MedicationDose
impl Send for MedicationDose
impl Sync for MedicationDose
impl Unpin for MedicationDose
impl UnsafeUnpin for MedicationDose
impl UnwindSafe for MedicationDose
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