Struct atuin_server_postgres::PostgresSettings
source · pub struct PostgresSettings {
pub db_uri: String,
}
Fields§
§db_uri: String
Trait Implementations§
source§impl Clone for PostgresSettings
impl Clone for PostgresSettings
source§fn clone(&self) -> PostgresSettings
fn clone(&self) -> PostgresSettings
Returns a copy 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 Debug for PostgresSettings
impl Debug for PostgresSettings
source§impl<'de> Deserialize<'de> for PostgresSettings
impl<'de> Deserialize<'de> for PostgresSettings
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
Auto Trait Implementations§
impl RefUnwindSafe for PostgresSettings
impl Send for PostgresSettings
impl Sync for PostgresSettings
impl Unpin for PostgresSettings
impl UnwindSafe for PostgresSettings
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