Searched defs:MockFunction (Results 1 – 5 of 5) sorted by relevance
175 pub fn build(self) -> MockFunction { in build()377 pub(crate) struct MockFunction { struct380 alifetimes: Punctuated<LifetimeParam, token::Comma>,382 argnames: Vec<Pat>,384 argty: Vec<Type>,386 pub attrs: Vec<Attribute>,388 call_exprs: Vec<TokenStream>,390 call_generics: Generics,392 call_vis: Visibility,394 concretize: bool,[all …]
1840 class MockFunction; variable
1763 class MockFunction; variable
1905 class MockFunction; variable