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