Struct tokio_postgres::CancelData
[−]
[src]
pub struct CancelData {
pub process_id: i32,
pub secret_key: i32,
}Contains information necessary to cancel queries for a session.
Fields
process_id: i32
The process ID of the session.
secret_key: i32
The secret key for the session.
Trait Implementations
impl Copy for CancelData[src]
impl Debug for CancelData[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.