pub struct PharmaceuticalFormRecord {
pub code: String,
pub name: String,
pub simplified_code: Option<String>,
}Fields§
§code: String§name: String§simplified_code: Option<String>Trait Implementations§
Source§impl Debug for PharmaceuticalFormRecord
impl Debug for PharmaceuticalFormRecord
Source§impl<'de> Deserialize<'de> for PharmaceuticalFormRecord
impl<'de> Deserialize<'de> for PharmaceuticalFormRecord
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 PharmaceuticalFormRecord
impl RefUnwindSafe for PharmaceuticalFormRecord
impl Send for PharmaceuticalFormRecord
impl Sync for PharmaceuticalFormRecord
impl Unpin for PharmaceuticalFormRecord
impl UnsafeUnpin for PharmaceuticalFormRecord
impl UnwindSafe for PharmaceuticalFormRecord
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