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