pub struct PostgresDatasourceProperties { /* private fields */ }
Expand description
Postgres-specific properties in the datasource block.
Implementations§
source§impl PostgresDatasourceProperties
impl PostgresDatasourceProperties
sourcepub fn extensions(&self) -> Option<&PostgresExtensions>
pub fn extensions(&self) -> Option<&PostgresExtensions>
Database extensions.
pub fn set_extensions(&mut self, extensions: Vec<PostgresExtension>)
pub fn extensions_defined(&self) -> bool
Trait Implementations§
source§impl Debug for PostgresDatasourceProperties
impl Debug for PostgresDatasourceProperties
source§impl Default for PostgresDatasourceProperties
impl Default for PostgresDatasourceProperties
source§fn default() -> PostgresDatasourceProperties
fn default() -> PostgresDatasourceProperties
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for PostgresDatasourceProperties
impl Send for PostgresDatasourceProperties
impl Sync for PostgresDatasourceProperties
impl Unpin for PostgresDatasourceProperties
impl UnwindSafe for PostgresDatasourceProperties
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