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