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