pub struct PrescriptionList {
pub header: Option<Header>,
pub records: Vec<PrescriptionRecord>,
}Fields§
§header: Option<Header>§records: Vec<PrescriptionRecord>Trait Implementations§
Source§impl Debug for PrescriptionList
impl Debug for PrescriptionList
Source§impl<'de> Deserialize<'de> for PrescriptionList
impl<'de> Deserialize<'de> for PrescriptionList
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PrescriptionList
impl RefUnwindSafe for PrescriptionList
impl Send for PrescriptionList
impl Sync for PrescriptionList
impl Unpin for PrescriptionList
impl UnsafeUnpin for PrescriptionList
impl UnwindSafe for PrescriptionList
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