pub struct PostgresClientBuilder {}Implementations§
source§impl PostgresClientBuilder
impl PostgresClientBuilder
pub fn build_pararallel_postgres_client( config: &GeyserPluginPostgresConfig ) -> Result<(ParallelPostgresClient, Option<u64>), GeyserPluginError>
Auto Trait Implementations§
impl RefUnwindSafe for PostgresClientBuilder
impl Send for PostgresClientBuilder
impl Sync for PostgresClientBuilder
impl Unpin for PostgresClientBuilder
impl UnwindSafe for PostgresClientBuilder
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