pub struct CountryInfo { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for CountryInfo
impl Debug for CountryInfo
Source§impl From<Country> for CountryInfo
impl From<Country> for CountryInfo
Auto Trait Implementations§
impl Freeze for CountryInfo
impl RefUnwindSafe for CountryInfo
impl Send for CountryInfo
impl Sync for CountryInfo
impl Unpin for CountryInfo
impl UnwindSafe for CountryInfo
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