pub struct ColdScanStats {
pub discovered: usize,
pub skipped: Vec<String>,
}Fields§
§discovered: usize§skipped: Vec<String>Trait Implementations§
Source§impl Clone for ColdScanStats
impl Clone for ColdScanStats
Source§fn clone(&self) -> ColdScanStats
fn clone(&self) -> ColdScanStats
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 ColdScanStats
impl Debug for ColdScanStats
Source§impl Default for ColdScanStats
impl Default for ColdScanStats
Source§fn default() -> ColdScanStats
fn default() -> ColdScanStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ColdScanStats
impl RefUnwindSafe for ColdScanStats
impl Send for ColdScanStats
impl Sync for ColdScanStats
impl Unpin for ColdScanStats
impl UnsafeUnpin for ColdScanStats
impl UnwindSafe for ColdScanStats
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