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