pub struct MedicationSchedule(/* private fields */);Expand description
Redacted medication schedule that can drive labor and shift-handoff tasks.
Implementations§
Source§impl MedicationSchedule
impl MedicationSchedule
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for MedicationSchedule
impl Clone for MedicationSchedule
Source§fn clone(&self) -> MedicationSchedule
fn clone(&self) -> MedicationSchedule
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 MedicationSchedule
impl Debug for MedicationSchedule
Source§impl<'de> Deserialize<'de> for MedicationSchedule
impl<'de> Deserialize<'de> for MedicationSchedule
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 MedicationSchedule
impl Hash for MedicationSchedule
Source§impl Ord for MedicationSchedule
impl Ord for MedicationSchedule
Source§fn cmp(&self, other: &MedicationSchedule) -> Ordering
fn cmp(&self, other: &MedicationSchedule) -> 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 MedicationSchedule
impl PartialEq for MedicationSchedule
Source§impl PartialOrd for MedicationSchedule
impl PartialOrd for MedicationSchedule
Source§impl Serialize for MedicationSchedule
impl Serialize for MedicationSchedule
impl Eq for MedicationSchedule
impl StructuralPartialEq for MedicationSchedule
Auto Trait Implementations§
impl Freeze for MedicationSchedule
impl RefUnwindSafe for MedicationSchedule
impl Send for MedicationSchedule
impl Sync for MedicationSchedule
impl Unpin for MedicationSchedule
impl UnsafeUnpin for MedicationSchedule
impl UnwindSafe for MedicationSchedule
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