Struct postgres_shared::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 Clone for CancelData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CancelData
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CancelData

impl Sync for CancelData