Struct postgres::CancelData []

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

impl Debug for CancelData

Formats the value using the given formatter.

impl Clone for CancelData

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more