pub struct PackagesCreatePlantingsV2RequestItem {
pub location_name: Option<String>,
pub package_adjustment_amount: Option<i64>,
pub package_adjustment_unit_of_measure_name: Option<String>,
pub package_label: Option<String>,
pub patient_license_number: Option<String>,
pub plant_batch_name: Option<String>,
pub plant_batch_type: Option<String>,
pub plant_count: Option<i64>,
pub planted_date: Option<String>,
pub strain_name: Option<String>,
pub sublocation_name: Option<String>,
pub unpackaged_date: Option<String>,
}Fields§
§location_name: Option<String>§package_adjustment_amount: Option<i64>§package_adjustment_unit_of_measure_name: Option<String>§package_label: Option<String>§patient_license_number: Option<String>§plant_batch_name: Option<String>§plant_batch_type: Option<String>§plant_count: Option<i64>§planted_date: Option<String>§strain_name: Option<String>§sublocation_name: Option<String>§unpackaged_date: Option<String>Trait Implementations§
Source§impl Clone for PackagesCreatePlantingsV2RequestItem
impl Clone for PackagesCreatePlantingsV2RequestItem
Source§fn clone(&self) -> PackagesCreatePlantingsV2RequestItem
fn clone(&self) -> PackagesCreatePlantingsV2RequestItem
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 PackagesCreatePlantingsV2RequestItem
impl<'de> Deserialize<'de> for PackagesCreatePlantingsV2RequestItem
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 PackagesCreatePlantingsV2RequestItem
impl RefUnwindSafe for PackagesCreatePlantingsV2RequestItem
impl Send for PackagesCreatePlantingsV2RequestItem
impl Sync for PackagesCreatePlantingsV2RequestItem
impl Unpin for PackagesCreatePlantingsV2RequestItem
impl UnwindSafe for PackagesCreatePlantingsV2RequestItem
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