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