pub struct PatientsCreateUpdateV1RequestItem {Show 14 fields
pub actual_date: Option<String>,
pub concentrate_ounces_allowed: Option<i64>,
pub flower_ounces_allowed: Option<i64>,
pub has_sales_limit_exemption: Option<bool>,
pub infused_ounces_allowed: Option<i64>,
pub license_effective_end_date: Option<String>,
pub license_effective_start_date: Option<String>,
pub license_number: Option<String>,
pub max_concentrate_thc_percent_allowed: Option<i64>,
pub max_flower_thc_percent_allowed: Option<i64>,
pub new_license_number: Option<String>,
pub recommended_plants: Option<i64>,
pub recommended_smokable_quantity: Option<i64>,
pub thc_ounces_allowed: Option<i64>,
}Fields§
§actual_date: Option<String>§concentrate_ounces_allowed: Option<i64>§flower_ounces_allowed: Option<i64>§has_sales_limit_exemption: Option<bool>§infused_ounces_allowed: Option<i64>§license_effective_end_date: Option<String>§license_effective_start_date: Option<String>§license_number: Option<String>§max_concentrate_thc_percent_allowed: Option<i64>§max_flower_thc_percent_allowed: Option<i64>§new_license_number: Option<String>§recommended_plants: Option<i64>§recommended_smokable_quantity: Option<i64>§thc_ounces_allowed: Option<i64>Trait Implementations§
Source§impl Clone for PatientsCreateUpdateV1RequestItem
impl Clone for PatientsCreateUpdateV1RequestItem
Source§fn clone(&self) -> PatientsCreateUpdateV1RequestItem
fn clone(&self) -> PatientsCreateUpdateV1RequestItem
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<'de> Deserialize<'de> for PatientsCreateUpdateV1RequestItem
impl<'de> Deserialize<'de> for PatientsCreateUpdateV1RequestItem
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 PatientsCreateUpdateV1RequestItem
impl RefUnwindSafe for PatientsCreateUpdateV1RequestItem
impl Send for PatientsCreateUpdateV1RequestItem
impl Sync for PatientsCreateUpdateV1RequestItem
impl Unpin for PatientsCreateUpdateV1RequestItem
impl UnwindSafe for PatientsCreateUpdateV1RequestItem
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