pub struct PD {
pub _01: E344,
pub _02: String,
pub _03: String,
pub _04: String,
pub _05: String,
pub _06: Option<String>,
pub _07: Option<E1196>,
pub _08: Option<String>,
pub _09: Option<String>,
pub _10: Option<E1401>,
}Expand description
PD - Pricing Data
To specify pricing data for a proposal or contract
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 344 | Unit of Time Period or Interval | 1 | M | ID | 2/2 |
| 02 | 373 | Date | 1 | M | DT | 8/8 |
| 03 | C001 | Composite Unit of Measure | 1 | M | 1/1 | |
| 04 | 380 | Quantity | 1 | M | R | 1/15 |
| 05 | 93 | Name | 1 | M | AN | 1/60 |
| 06 | 352 | Description | 1 | O | AN | 1/80 |
| 07 | 1196 | Breakdown Structure Detail Code | 1 | O | ID | 2/2 |
| 08 | 127 | Reference Identification | 1 | O | AN | 1/50 |
| 09 | 352 | Description | 1 | O | AN | 1/80 |
| 10 | 1401 | Proposal Data Detail Identifier Code | 1 | O | ID | 1/3 |
Fields§
§_01: E344§_02: String§_03: String§_04: String§_05: String§_06: Option<String>§_07: Option<E1196>§_08: Option<String>§_09: Option<String>§_10: Option<E1401>Trait Implementations§
Source§impl<'de> Deserialize<'de> for PD
impl<'de> Deserialize<'de> for PD
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
impl Eq for PD
impl StructuralPartialEq for PD
Auto Trait Implementations§
impl Freeze for PD
impl RefUnwindSafe for PD
impl Send for PD
impl Sync for PD
impl Unpin for PD
impl UnsafeUnpin for PD
impl UnwindSafe for PD
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> ValidateIp for Twhere
T: ToString,
impl<T> ValidateIp for Twhere
T: ToString,
Source§fn validate_ipv4(&self) -> bool
fn validate_ipv4(&self) -> bool
Validates whether the given string is an IP V4
Source§fn validate_ipv6(&self) -> bool
fn validate_ipv6(&self) -> bool
Validates whether the given string is an IP V6
Source§fn validate_ip(&self) -> bool
fn validate_ip(&self) -> bool
Validates whether the given string is an IP