pub struct PostgresStoreConfig {
pub schema: String,
pub store_scope: String,
}Expand description
Postgres store configuration.
Fields§
§schema: StringSQL schema name used in generated statements.
store_scope: StringStore scope used to partition rows.
Implementations§
Trait Implementations§
Source§impl Clone for PostgresStoreConfig
impl Clone for PostgresStoreConfig
Source§fn clone(&self) -> PostgresStoreConfig
fn clone(&self) -> PostgresStoreConfig
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 moreAuto Trait Implementations§
impl Freeze for PostgresStoreConfig
impl RefUnwindSafe for PostgresStoreConfig
impl Send for PostgresStoreConfig
impl Sync for PostgresStoreConfig
impl Unpin for PostgresStoreConfig
impl UnsafeUnpin for PostgresStoreConfig
impl UnwindSafe for PostgresStoreConfig
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