// WARNING: THIS CODE IS AUTOGENERATED.
// DO NOT EDIT!!!
use crate::types::PassportElementErrorFrontSide;
impl PassportElementErrorFrontSide {
/// This function creates an empty struct for the object PassportElementErrorFrontSide.
pub fn new() -> Self {
Self {
r#type: "".to_string(),
file_hash: "".to_string(),
message: "".to_string(),
}
}
}
impl Default for PassportElementErrorFrontSide {
fn default() -> Self {
Self::new()
}
}