Struct pgx_pg_sys::PROCLOCKTAG
source · [−]Fields
myLock: *mut LOCKmyProc: *mut PGPROCTrait Implementations
sourceimpl Clone for PROCLOCKTAG
impl Clone for PROCLOCKTAG
sourcefn clone(&self) -> PROCLOCKTAG
fn clone(&self) -> PROCLOCKTAG
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PROCLOCKTAG
impl Debug for PROCLOCKTAG
sourceimpl Default for PROCLOCKTAG
impl Default for PROCLOCKTAG
impl Copy for PROCLOCKTAG
Auto Trait Implementations
impl RefUnwindSafe for PROCLOCKTAG
impl !Send for PROCLOCKTAG
impl !Sync for PROCLOCKTAG
impl Unpin for PROCLOCKTAG
impl UnwindSafe for PROCLOCKTAG
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more