pub struct DescribeRegionSettingsOutput {
pub resource_type_opt_in_preference: Option<HashMap<String, bool>>,
}
Fields§
§resource_type_opt_in_preference: Option<HashMap<String, bool>>
Returns a list of all services along with the opt-in preferences in the region.
Trait Implementations§
Source§impl Clone for DescribeRegionSettingsOutput
impl Clone for DescribeRegionSettingsOutput
Source§fn clone(&self) -> DescribeRegionSettingsOutput
fn clone(&self) -> DescribeRegionSettingsOutput
Returns a copy 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 DescribeRegionSettingsOutput
impl Debug for DescribeRegionSettingsOutput
Source§impl Default for DescribeRegionSettingsOutput
impl Default for DescribeRegionSettingsOutput
Source§fn default() -> DescribeRegionSettingsOutput
fn default() -> DescribeRegionSettingsOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeRegionSettingsOutput
impl<'de> Deserialize<'de> for DescribeRegionSettingsOutput
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 DescribeRegionSettingsOutput
impl PartialEq for DescribeRegionSettingsOutput
Source§fn eq(&self, other: &DescribeRegionSettingsOutput) -> bool
fn eq(&self, other: &DescribeRegionSettingsOutput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DescribeRegionSettingsOutput
Auto Trait Implementations§
impl Freeze for DescribeRegionSettingsOutput
impl RefUnwindSafe for DescribeRegionSettingsOutput
impl Send for DescribeRegionSettingsOutput
impl Sync for DescribeRegionSettingsOutput
impl Unpin for DescribeRegionSettingsOutput
impl UnwindSafe for DescribeRegionSettingsOutput
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