Struct spy::Spy[][src]

pub struct Spy<Args> { /* fields omitted */ }

Spy object that tracks calls of associated spy function.

Methods

impl<Args: PartialEq> Spy<Args>
[src]

It takes a snapshot of a spy object. Taken snapshot contains all the calls starting from previous snapshot.

Auto Trait Implementations

impl<Args> Send for Spy<Args> where
    Args: Send

impl<Args> !Sync for Spy<Args>