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