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