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

The process ID of the session.

The secret key for the session.

Trait Implementations

impl Copy for CancelData
[src]

impl Debug for CancelData
[src]

Formats the value using the given formatter.

impl Clone for CancelData
[src]