pub struct DatabaseConnectionPostgresUserValueFrom {
pub secret_key_ref: Option<DatabaseConnectionPostgresUserValueFromSecretKeyRef>,
pub ssm: Option<DatabaseConnectionPostgresUserValueFromSsm>,
pub vault: Option<DatabaseConnectionPostgresUserValueFromVault>,
}Fields§
§secret_key_ref: Option<DatabaseConnectionPostgresUserValueFromSecretKeyRef>§ssm: Option<DatabaseConnectionPostgresUserValueFromSsm>§vault: Option<DatabaseConnectionPostgresUserValueFromVault>Trait Implementations§
Source§impl Clone for DatabaseConnectionPostgresUserValueFrom
impl Clone for DatabaseConnectionPostgresUserValueFrom
Source§fn clone(&self) -> DatabaseConnectionPostgresUserValueFrom
fn clone(&self) -> DatabaseConnectionPostgresUserValueFrom
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for DatabaseConnectionPostgresUserValueFrom
impl Default for DatabaseConnectionPostgresUserValueFrom
Source§fn default() -> DatabaseConnectionPostgresUserValueFrom
fn default() -> DatabaseConnectionPostgresUserValueFrom
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DatabaseConnectionPostgresUserValueFrom
impl<'de> Deserialize<'de> for DatabaseConnectionPostgresUserValueFrom
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 DatabaseConnectionPostgresUserValueFrom
impl PartialEq for DatabaseConnectionPostgresUserValueFrom
Source§fn eq(&self, other: &DatabaseConnectionPostgresUserValueFrom) -> bool
fn eq(&self, other: &DatabaseConnectionPostgresUserValueFrom) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DatabaseConnectionPostgresUserValueFrom
Auto Trait Implementations§
impl Freeze for DatabaseConnectionPostgresUserValueFrom
impl RefUnwindSafe for DatabaseConnectionPostgresUserValueFrom
impl Send for DatabaseConnectionPostgresUserValueFrom
impl Sync for DatabaseConnectionPostgresUserValueFrom
impl Unpin for DatabaseConnectionPostgresUserValueFrom
impl UnwindSafe for DatabaseConnectionPostgresUserValueFrom
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