Returns whether to validate struct fields strictly
(&self)
| 732 | |
| 733 | /// Returns whether to validate struct fields strictly |
| 734 | pub fn strict_mode(&self) -> bool { |
| 735 | self.strict_mode |
| 736 | } |
| 737 | |
| 738 | /// Returns how to decode struct fields |
| 739 | pub fn struct_mode(&self) -> StructMode { |