pub struct LockDebugSnapshot {
pub wait_for: Vec<LockGraphEdge>,
pub tables: Vec<LockResourceDebug>,
pub rows: Vec<LockResourceDebug>,
}Fields§
§wait_for: Vec<LockGraphEdge>§tables: Vec<LockResourceDebug>§rows: Vec<LockResourceDebug>Trait Implementations§
Source§impl Clone for LockDebugSnapshot
impl Clone for LockDebugSnapshot
Source§fn clone(&self) -> LockDebugSnapshot
fn clone(&self) -> LockDebugSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LockDebugSnapshot
impl Debug for LockDebugSnapshot
Auto Trait Implementations§
impl Freeze for LockDebugSnapshot
impl RefUnwindSafe for LockDebugSnapshot
impl Send for LockDebugSnapshot
impl Sync for LockDebugSnapshot
impl Unpin for LockDebugSnapshot
impl UnsafeUnpin for LockDebugSnapshot
impl UnwindSafe for LockDebugSnapshot
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