Struct postgres::CancelData
source · pub struct CancelData {
pub process_id: u32,
pub secret_key: u32,
}Expand description
Contains information necessary to cancel queries for a session.
Fields§
§process_id: u32The process ID of the session.
secret_key: u32The secret key for the session.
Trait Implementations§
source§impl Clone for CancelData
impl Clone for CancelData
source§fn clone(&self) -> CancelData
fn clone(&self) -> CancelData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CancelData
impl Debug for CancelData
impl Copy for CancelData
Auto Trait Implementations§
impl Freeze for CancelData
impl RefUnwindSafe for CancelData
impl Send for CancelData
impl Sync for CancelData
impl Unpin for CancelData
impl UnwindSafe for CancelData
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)