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