pub struct GetRegionListResponse {
pub country_code: Option<String>,
pub regions: Option<Vec<GetRegionListResponseRegionsInner>>,
pub last_updated: Option<i64>,
}Fields§
§country_code: Option<String>§regions: Option<Vec<GetRegionListResponseRegionsInner>>§last_updated: Option<i64>Implementations§
Source§impl GetRegionListResponse
impl GetRegionListResponse
pub fn new() -> GetRegionListResponse
Trait Implementations§
Source§impl Clone for GetRegionListResponse
impl Clone for GetRegionListResponse
Source§fn clone(&self) -> GetRegionListResponse
fn clone(&self) -> GetRegionListResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetRegionListResponse
impl Debug for GetRegionListResponse
Source§impl Default for GetRegionListResponse
impl Default for GetRegionListResponse
Source§fn default() -> GetRegionListResponse
fn default() -> GetRegionListResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetRegionListResponse
impl<'de> Deserialize<'de> for GetRegionListResponse
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 GetRegionListResponse
impl PartialEq for GetRegionListResponse
Source§fn eq(&self, other: &GetRegionListResponse) -> bool
fn eq(&self, other: &GetRegionListResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetRegionListResponse
impl Serialize for GetRegionListResponse
impl StructuralPartialEq for GetRegionListResponse
Auto Trait Implementations§
impl Freeze for GetRegionListResponse
impl RefUnwindSafe for GetRegionListResponse
impl Send for GetRegionListResponse
impl Sync for GetRegionListResponse
impl Unpin for GetRegionListResponse
impl UnsafeUnpin for GetRegionListResponse
impl UnwindSafe for GetRegionListResponse
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