#[repr(C)]pub struct pg_cancel_conn { /* private fields */ }
Trait Implementations§
Source§impl Clone for pg_cancel_conn
impl Clone for pg_cancel_conn
Source§fn clone(&self) -> pg_cancel_conn
fn clone(&self) -> pg_cancel_conn
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 pg_cancel_conn
impl Debug for pg_cancel_conn
impl Copy for pg_cancel_conn
Auto Trait Implementations§
impl Freeze for pg_cancel_conn
impl RefUnwindSafe for pg_cancel_conn
impl Send for pg_cancel_conn
impl Sync for pg_cancel_conn
impl Unpin for pg_cancel_conn
impl UnwindSafe for pg_cancel_conn
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