pub struct VerificationDetails {
pub prescription_detail: Option<Box<PrescriptionDetail>>,
}Expand description
VerificationDetails : Additional information related to the verification of a regulated order.
Fields§
§prescription_detail: Option<Box<PrescriptionDetail>>Implementations§
Source§impl VerificationDetails
impl VerificationDetails
Sourcepub fn new() -> VerificationDetails
pub fn new() -> VerificationDetails
Additional information related to the verification of a regulated order.
Trait Implementations§
Source§impl Clone for VerificationDetails
impl Clone for VerificationDetails
Source§fn clone(&self) -> VerificationDetails
fn clone(&self) -> VerificationDetails
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 VerificationDetails
impl Debug for VerificationDetails
Source§impl Default for VerificationDetails
impl Default for VerificationDetails
Source§fn default() -> VerificationDetails
fn default() -> VerificationDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VerificationDetails
impl<'de> Deserialize<'de> for VerificationDetails
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
Source§impl PartialEq for VerificationDetails
impl PartialEq for VerificationDetails
Source§impl Serialize for VerificationDetails
impl Serialize for VerificationDetails
impl StructuralPartialEq for VerificationDetails
Auto Trait Implementations§
impl Freeze for VerificationDetails
impl RefUnwindSafe for VerificationDetails
impl Send for VerificationDetails
impl Sync for VerificationDetails
impl Unpin for VerificationDetails
impl UnwindSafe for VerificationDetails
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