Struct mockers::Expectation4 [] [src]

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

Trait Implementations

impl<Arg0, Arg1, Arg2, Arg3, Res> Expectation for Expectation4<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