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