pub struct ReloadStats {
pub rows: usize,
pub elapsed_ms: u128,
}Expand description
Outcome of a successful Backend::reload.
Fields§
§rows: usize§elapsed_ms: u128Trait Implementations§
Source§impl Clone for ReloadStats
impl Clone for ReloadStats
Source§fn clone(&self) -> ReloadStats
fn clone(&self) -> ReloadStats
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 moreimpl Copy for ReloadStats
Source§impl Debug for ReloadStats
impl Debug for ReloadStats
Auto Trait Implementations§
impl Freeze for ReloadStats
impl RefUnwindSafe for ReloadStats
impl Send for ReloadStats
impl Sync for ReloadStats
impl Unpin for ReloadStats
impl UnsafeUnpin for ReloadStats
impl UnwindSafe for ReloadStats
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