pub struct UpdateStats {
pub tile_updates: u64,
pub feature_updates: u64,
pub change_streams: usize,
}Expand description
Update statistics
Fields§
§tile_updates: u64Total tile updates
feature_updates: u64Total feature updates
change_streams: usizeNumber of change streams
Trait Implementations§
Source§impl Clone for UpdateStats
impl Clone for UpdateStats
Source§fn clone(&self) -> UpdateStats
fn clone(&self) -> UpdateStats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for UpdateStats
impl RefUnwindSafe for UpdateStats
impl Send for UpdateStats
impl Sync for UpdateStats
impl Unpin for UpdateStats
impl UnsafeUnpin for UpdateStats
impl UnwindSafe for UpdateStats
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