#[repr(C)]pub struct pg_cancel(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for pg_cancel
impl Send for pg_cancel
impl Sync for pg_cancel
impl Unpin for pg_cancel
impl UnwindSafe for pg_cancel
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