pub struct INS {Show 17 fields
pub _01: String,
pub _02: 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>,
pub _16: Option<String>,
pub _17: Option<String>,
}Expand description
INS - Insured Benefit
Fields§
§_01: String§_02: String§_03: Option<String>§_04: Option<String>§_05: Option<String>§_06: Option<String>§_07: Option<String>§_08: Option<String>§_09: Option<String>§_10: Option<String>§_11: Option<String>§_12: Option<String>§_13: Option<String>§_14: Option<String>§_15: Option<String>§_16: Option<String>§_17: Option<String>Trait Implementations§
source§impl<'de> Deserialize<'de> for INS
impl<'de> Deserialize<'de> for INS
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
source§impl<'v_a> ValidateArgs<'v_a> for INS
impl<'v_a> ValidateArgs<'v_a> for INS
type Args = ()
fn validate_args(&self, args: Self::Args) -> Result<(), ValidationErrors>
impl Eq for INS
impl StructuralEq for INS
impl StructuralPartialEq for INS
Auto Trait Implementations§
impl RefUnwindSafe for INS
impl Send for INS
impl Sync for INS
impl Unpin for INS
impl UnwindSafe for INS
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