pub struct CompareCountryCode3 {
pub val1: Option<String>,
pub val2: Option<String>,
}Fields§
§val1: Option<String>§val2: Option<String>Implementations§
Source§impl CompareCountryCode3
impl CompareCountryCode3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CompareCountryCode3
impl RefUnwindSafe for CompareCountryCode3
impl Send for CompareCountryCode3
impl Sync for CompareCountryCode3
impl Unpin for CompareCountryCode3
impl UnwindSafe for CompareCountryCode3
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