pub struct MvccVersionsDebug {
pub samples: Vec<MvccVersionSample>,
pub note: String,
}Fields§
§samples: Vec<MvccVersionSample>§note: StringTrait Implementations§
Source§impl Clone for MvccVersionsDebug
impl Clone for MvccVersionsDebug
Source§fn clone(&self) -> MvccVersionsDebug
fn clone(&self) -> MvccVersionsDebug
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 MvccVersionsDebug
impl Debug for MvccVersionsDebug
Auto Trait Implementations§
impl Freeze for MvccVersionsDebug
impl RefUnwindSafe for MvccVersionsDebug
impl Send for MvccVersionsDebug
impl Sync for MvccVersionsDebug
impl Unpin for MvccVersionsDebug
impl UnsafeUnpin for MvccVersionsDebug
impl UnwindSafe for MvccVersionsDebug
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