pub struct PatientsUpdateV2RequestItem {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 PatientsUpdateV2RequestItem
impl Clone for PatientsUpdateV2RequestItem
Source§fn clone(&self) -> PatientsUpdateV2RequestItem
fn clone(&self) -> PatientsUpdateV2RequestItem
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 PatientsUpdateV2RequestItem
impl Debug for PatientsUpdateV2RequestItem
Source§impl<'de> Deserialize<'de> for PatientsUpdateV2RequestItem
impl<'de> Deserialize<'de> for PatientsUpdateV2RequestItem
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 PatientsUpdateV2RequestItem
impl RefUnwindSafe for PatientsUpdateV2RequestItem
impl Send for PatientsUpdateV2RequestItem
impl Sync for PatientsUpdateV2RequestItem
impl Unpin for PatientsUpdateV2RequestItem
impl UnwindSafe for PatientsUpdateV2RequestItem
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