pub struct CurrentStats {
pub tile_count: usize,
pub imported_count: u64,
pub exported_count: u64,
pub rejected_count: u64,
pub max_transport: usize,
}Fields§
§tile_count: usize§imported_count: u64§exported_count: u64§rejected_count: u64§max_transport: usizeTrait Implementations§
Source§impl Clone for CurrentStats
impl Clone for CurrentStats
Source§fn clone(&self) -> CurrentStats
fn clone(&self) -> CurrentStats
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 moreSource§impl Debug for CurrentStats
impl Debug for CurrentStats
impl Copy for CurrentStats
Auto Trait Implementations§
impl Freeze for CurrentStats
impl RefUnwindSafe for CurrentStats
impl Send for CurrentStats
impl Sync for CurrentStats
impl Unpin for CurrentStats
impl UnsafeUnpin for CurrentStats
impl UnwindSafe for CurrentStats
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