pub struct AllLocks {
pub pid: i32,
pub relname: String,
pub transactionid: String,
pub granted: bool,
pub mode: String,
pub query_snippet: String,
pub age: PgInterval,
pub application: String,
}Fields§
§pid: i32§relname: String§transactionid: String§granted: bool§mode: String§query_snippet: String§age: PgInterval§application: StringTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AllLocks
impl Send for AllLocks
impl Sync for AllLocks
impl Unpin for AllLocks
impl UnwindSafe for AllLocks
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