pub struct PostgresCluster { /* private fields */ }Implementations§
Source§impl PostgresCluster
impl PostgresCluster
pub fn shutdown_timeout( self, timeout: Duration, signal: ShutdownSignal, ) -> Result<(), Vec<PostgresProcess>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PostgresCluster
impl RefUnwindSafe for PostgresCluster
impl Send for PostgresCluster
impl Sync for PostgresCluster
impl Unpin for PostgresCluster
impl UnwindSafe for PostgresCluster
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