pub struct RestoreStats {
pub packet_hashes: usize,
pub paths: usize,
pub tunnels: usize,
pub skipped_paths: usize,
}Fields§
§packet_hashes: usize§paths: usize§tunnels: usize§skipped_paths: usizeTrait Implementations§
Source§impl Clone for RestoreStats
impl Clone for RestoreStats
Source§fn clone(&self) -> RestoreStats
fn clone(&self) -> RestoreStats
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 RestoreStats
Source§impl Debug for RestoreStats
impl Debug for RestoreStats
Source§impl Default for RestoreStats
impl Default for RestoreStats
Source§fn default() -> RestoreStats
fn default() -> RestoreStats
Returns the “default value” for a type. Read more
impl Eq for RestoreStats
Source§impl PartialEq for RestoreStats
impl PartialEq for RestoreStats
impl StructuralPartialEq for RestoreStats
Auto Trait Implementations§
impl Freeze for RestoreStats
impl RefUnwindSafe for RestoreStats
impl Send for RestoreStats
impl Sync for RestoreStats
impl Unpin for RestoreStats
impl UnsafeUnpin for RestoreStats
impl UnwindSafe for RestoreStats
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