pub struct SecretsUpdateResponse {
pub secrets: Option<UpdatedSecretsMap>,
}Expand description
SecretsUpdateResponse
Fields§
§secrets: Option<UpdatedSecretsMap>Implementations§
Source§impl SecretsUpdateResponse
impl SecretsUpdateResponse
pub fn new() -> SecretsUpdateResponse
Trait Implementations§
Source§impl Clone for SecretsUpdateResponse
impl Clone for SecretsUpdateResponse
Source§fn clone(&self) -> SecretsUpdateResponse
fn clone(&self) -> SecretsUpdateResponse
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 SecretsUpdateResponse
impl Debug for SecretsUpdateResponse
Source§impl Default for SecretsUpdateResponse
impl Default for SecretsUpdateResponse
Source§fn default() -> SecretsUpdateResponse
fn default() -> SecretsUpdateResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecretsUpdateResponse
impl<'de> Deserialize<'de> for SecretsUpdateResponse
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 SecretsUpdateResponse
impl PartialEq for SecretsUpdateResponse
Source§impl Serialize for SecretsUpdateResponse
impl Serialize for SecretsUpdateResponse
impl StructuralPartialEq for SecretsUpdateResponse
Auto Trait Implementations§
impl Freeze for SecretsUpdateResponse
impl RefUnwindSafe for SecretsUpdateResponse
impl Send for SecretsUpdateResponse
impl Sync for SecretsUpdateResponse
impl Unpin for SecretsUpdateResponse
impl UnsafeUnpin for SecretsUpdateResponse
impl UnwindSafe for SecretsUpdateResponse
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