pub struct PostgresSchemaProvider;Trait Implementations§
Source§impl Clone for PostgresSchemaProvider
impl Clone for PostgresSchemaProvider
Source§fn clone(&self) -> PostgresSchemaProvider
fn clone(&self) -> PostgresSchemaProvider
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 moreimpl Copy for PostgresSchemaProvider
Source§impl Debug for PostgresSchemaProvider
impl Debug for PostgresSchemaProvider
Source§impl Default for PostgresSchemaProvider
impl Default for PostgresSchemaProvider
Source§fn default() -> PostgresSchemaProvider
fn default() -> PostgresSchemaProvider
Returns the “default value” for a type. Read more
Source§impl SchemaProvider for PostgresSchemaProvider
impl SchemaProvider for PostgresSchemaProvider
fn ensure_schema<'a>( &'a self, ctx: &'a UserContext, ) -> Pin<Box<dyn Future<Output = Result<(), RuntimeError>> + Send + 'a>>
Auto Trait Implementations§
impl Freeze for PostgresSchemaProvider
impl RefUnwindSafe for PostgresSchemaProvider
impl Send for PostgresSchemaProvider
impl Sync for PostgresSchemaProvider
impl Unpin for PostgresSchemaProvider
impl UnsafeUnpin for PostgresSchemaProvider
impl UnwindSafe for PostgresSchemaProvider
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