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