Struct pgx_pg_sys::LOCALLOCKTAG
source · [−]Fields
lock: LOCKTAGmode: LOCKMODETrait Implementations
sourceimpl Clone for LOCALLOCKTAG
impl Clone for LOCALLOCKTAG
sourcefn clone(&self) -> LOCALLOCKTAG
fn clone(&self) -> LOCALLOCKTAG
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 LOCALLOCKTAG
impl Debug for LOCALLOCKTAG
sourceimpl Default for LOCALLOCKTAG
impl Default for LOCALLOCKTAG
sourcefn default() -> LOCALLOCKTAG
fn default() -> LOCALLOCKTAG
Returns the “default value” for a type. Read more
impl Copy for LOCALLOCKTAG
Auto Trait Implementations
impl RefUnwindSafe for LOCALLOCKTAG
impl Send for LOCALLOCKTAG
impl Sync for LOCALLOCKTAG
impl Unpin for LOCALLOCKTAG
impl UnwindSafe for LOCALLOCKTAG
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