pub struct PAM {Show 15 fields
pub _01: Option<String>,
pub _02: Option<String>,
pub _03: Option<String>,
pub _04: Option<String>,
pub _05: Option<String>,
pub _06: Option<String>,
pub _07: Option<String>,
pub _08: Option<String>,
pub _09: Option<String>,
pub _10: Option<String>,
pub _11: Option<String>,
pub _12: Option<String>,
pub _13: Option<String>,
pub _14: Option<String>,
pub _15: Option<String>,
}Expand description
PAM - Period Amount
Fields§
§_01: Option<String>673 - Quantity Qualifier
_02: Option<String>380 - Quantity
_03: Option<String>C001 - Composite Unit of Measure
_04: Option<String>522 - Amount Qualifier Code
_05: Option<String>782 - Monetary Amount
_06: Option<String>344 - Unit of Time Period or Interval
_07: Option<String>374 - Date/Time Qualifier
_08: Option<String>373 - Date
_09: Option<String>337 - Time
_10: Option<String>374 - Date/Time Qualifier
_11: Option<String>373 - Date
_12: Option<String>337 - Time
_13: Option<String>1000 - Percent Qualifier
_14: Option<String>954 - Percentage as Decimal
_15: Option<String>1073 - Yes/No Condition or Response Code
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PAM
impl<'de> Deserialize<'de> for PAM
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 PAM
impl StructuralPartialEq for PAM
Source§impl<'v_a> ValidateArgs<'v_a> for PAM
impl<'v_a> ValidateArgs<'v_a> for PAM
Auto Trait Implementations§
impl Freeze for PAM
impl RefUnwindSafe for PAM
impl Send for PAM
impl Sync for PAM
impl Unpin for PAM
impl UnsafeUnpin for PAM
impl UnwindSafe for PAM
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