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