#[repr(C)]pub struct LocalPgBackendStatus {
pub backendStatus: PgBackendStatus,
pub backend_xid: TransactionId,
pub backend_xmin: TransactionId,
}Fields§
§backendStatus: PgBackendStatus§backend_xid: TransactionId§backend_xmin: TransactionIdTrait Implementations§
Source§impl Clone for LocalPgBackendStatus
impl Clone for LocalPgBackendStatus
Source§fn clone(&self) -> LocalPgBackendStatus
fn clone(&self) -> LocalPgBackendStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LocalPgBackendStatus
impl Debug for LocalPgBackendStatus
Source§impl Default for LocalPgBackendStatus
impl Default for LocalPgBackendStatus
impl Copy for LocalPgBackendStatus
Auto Trait Implementations§
impl Freeze for LocalPgBackendStatus
impl RefUnwindSafe for LocalPgBackendStatus
impl !Send for LocalPgBackendStatus
impl !Sync for LocalPgBackendStatus
impl Unpin for LocalPgBackendStatus
impl UnwindSafe for LocalPgBackendStatus
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