Struct mockers::ExpectationTimes4 [] [src]

#[must_use]
pub struct ExpectationTimes4<Arg0, Arg1, Arg2, Arg3, Res: Clone> {
    // some fields omitted
}

Trait Implementations

impl<Arg0, Arg1, Arg2, Arg3, Res: Clone> Expectation for ExpectationTimes4<Arg0, Arg1, Arg2, Arg3, Res>
[src]

fn call_match(&self) -> &CallMatch

fn is_satisfied(&self) -> bool

fn satisfy(&mut self, call: Call, mock_name: &str) -> *mut u8

fn describe(&self) -> String