pub struct DynamicSecretDeleteOutput {
pub dynamic_secret_name: Option<String>,
}Fields§
§dynamic_secret_name: Option<String>Implementations§
Source§impl DynamicSecretDeleteOutput
impl DynamicSecretDeleteOutput
pub fn new() -> DynamicSecretDeleteOutput
Trait Implementations§
Source§impl Clone for DynamicSecretDeleteOutput
impl Clone for DynamicSecretDeleteOutput
Source§fn clone(&self) -> DynamicSecretDeleteOutput
fn clone(&self) -> DynamicSecretDeleteOutput
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 DynamicSecretDeleteOutput
impl Debug for DynamicSecretDeleteOutput
Source§impl Default for DynamicSecretDeleteOutput
impl Default for DynamicSecretDeleteOutput
Source§fn default() -> DynamicSecretDeleteOutput
fn default() -> DynamicSecretDeleteOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DynamicSecretDeleteOutput
impl<'de> Deserialize<'de> for DynamicSecretDeleteOutput
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 DynamicSecretDeleteOutput
impl PartialEq for DynamicSecretDeleteOutput
Source§fn eq(&self, other: &DynamicSecretDeleteOutput) -> bool
fn eq(&self, other: &DynamicSecretDeleteOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DynamicSecretDeleteOutput
Auto Trait Implementations§
impl Freeze for DynamicSecretDeleteOutput
impl RefUnwindSafe for DynamicSecretDeleteOutput
impl Send for DynamicSecretDeleteOutput
impl Sync for DynamicSecretDeleteOutput
impl Unpin for DynamicSecretDeleteOutput
impl UnsafeUnpin for DynamicSecretDeleteOutput
impl UnwindSafe for DynamicSecretDeleteOutput
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