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