pub struct GetCountryListResponseCountriesInner {
pub country_code: Option<String>,
pub country_name: Option<String>,
pub block_type: Option<String>,
pub deposit_allowed: Option<bool>,
pub withdrawal_allowed: Option<bool>,
pub has_region_restrictions: Option<bool>,
}Fields§
§country_code: Option<String>§country_name: Option<String>§block_type: Option<String>§deposit_allowed: Option<bool>§withdrawal_allowed: Option<bool>§has_region_restrictions: Option<bool>Implementations§
Trait Implementations§
Source§impl Clone for GetCountryListResponseCountriesInner
impl Clone for GetCountryListResponseCountriesInner
Source§fn clone(&self) -> GetCountryListResponseCountriesInner
fn clone(&self) -> GetCountryListResponseCountriesInner
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 Default for GetCountryListResponseCountriesInner
impl Default for GetCountryListResponseCountriesInner
Source§fn default() -> GetCountryListResponseCountriesInner
fn default() -> GetCountryListResponseCountriesInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetCountryListResponseCountriesInner
impl<'de> Deserialize<'de> for GetCountryListResponseCountriesInner
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 GetCountryListResponseCountriesInner
impl PartialEq for GetCountryListResponseCountriesInner
Source§fn eq(&self, other: &GetCountryListResponseCountriesInner) -> bool
fn eq(&self, other: &GetCountryListResponseCountriesInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetCountryListResponseCountriesInner
Auto Trait Implementations§
impl Freeze for GetCountryListResponseCountriesInner
impl RefUnwindSafe for GetCountryListResponseCountriesInner
impl Send for GetCountryListResponseCountriesInner
impl Sync for GetCountryListResponseCountriesInner
impl Unpin for GetCountryListResponseCountriesInner
impl UnsafeUnpin for GetCountryListResponseCountriesInner
impl UnwindSafe for GetCountryListResponseCountriesInner
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