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