pub struct ReplicaRegionType {
pub kms_key_id: Option<String>,
pub region: Option<String>,
}Expand description
Secrets Manager ReplicaRegionType.
Fields§
§kms_key_id: Option<String>§region: Option<String>Trait Implementations§
Source§impl Clone for ReplicaRegionType
impl Clone for ReplicaRegionType
Source§fn clone(&self) -> ReplicaRegionType
fn clone(&self) -> ReplicaRegionType
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 ReplicaRegionType
impl Debug for ReplicaRegionType
Source§impl Default for ReplicaRegionType
impl Default for ReplicaRegionType
Source§fn default() -> ReplicaRegionType
fn default() -> ReplicaRegionType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReplicaRegionType
impl<'de> Deserialize<'de> for ReplicaRegionType
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
Auto Trait Implementations§
impl Freeze for ReplicaRegionType
impl RefUnwindSafe for ReplicaRegionType
impl Send for ReplicaRegionType
impl Sync for ReplicaRegionType
impl Unpin for ReplicaRegionType
impl UnsafeUnpin for ReplicaRegionType
impl UnwindSafe for ReplicaRegionType
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