pub struct SafetyMaterial {
pub professional_docs: Vec<MaterialDocument>,
}Expand description
Safety informative material
Fields§
§professional_docs: Vec<MaterialDocument>List of documents for healthcare professionals
Trait Implementations§
Source§impl Clone for SafetyMaterial
impl Clone for SafetyMaterial
Source§fn clone(&self) -> SafetyMaterial
fn clone(&self) -> SafetyMaterial
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SafetyMaterial
impl Debug for SafetyMaterial
Source§impl<'de> Deserialize<'de> for SafetyMaterial
impl<'de> Deserialize<'de> for SafetyMaterial
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 SafetyMaterial
impl RefUnwindSafe for SafetyMaterial
impl Send for SafetyMaterial
impl Sync for SafetyMaterial
impl Unpin for SafetyMaterial
impl UnsafeUnpin for SafetyMaterial
impl UnwindSafe for SafetyMaterial
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