pub struct ListCountriesResponse {
pub countries: Vec<ListLangResponseItem>,
}
Expand description
The response to a ListCountries
request
Fields§
§countries: Vec<ListLangResponseItem>
Trait Implementations§
Source§impl Debug for ListCountriesResponse
impl Debug for ListCountriesResponse
Source§impl<'de> Deserialize<'de> for ListCountriesResponse
impl<'de> Deserialize<'de> for ListCountriesResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ListCountriesResponse
impl RefUnwindSafe for ListCountriesResponse
impl Send for ListCountriesResponse
impl Sync for ListCountriesResponse
impl Unpin for ListCountriesResponse
impl UnwindSafe for ListCountriesResponse
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