pub struct CountryResponse {
pub fields: HashMap<String, Value>,
}Expand description
Country metadata — from GET /v1/countries.
Fields§
§fields: HashMap<String, Value>Trait Implementations§
Source§impl Clone for CountryResponse
impl Clone for CountryResponse
Source§fn clone(&self) -> CountryResponse
fn clone(&self) -> CountryResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CountryResponse
impl Debug for CountryResponse
Source§impl<'de> Deserialize<'de> for CountryResponse
impl<'de> Deserialize<'de> for CountryResponse
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
Source§impl PartialEq for CountryResponse
impl PartialEq for CountryResponse
Source§impl Serialize for CountryResponse
impl Serialize for CountryResponse
impl StructuralPartialEq for CountryResponse
Auto Trait Implementations§
impl Freeze for CountryResponse
impl RefUnwindSafe for CountryResponse
impl Send for CountryResponse
impl Sync for CountryResponse
impl Unpin for CountryResponse
impl UnsafeUnpin for CountryResponse
impl UnwindSafe for CountryResponse
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