pub struct ExpectationTimesSend3<Arg0, Arg1, Arg2, Res> { /* private fields */ }Expand description
Variation of expectation for Sendable mocks.
Trait Implementations§
Source§impl<Arg0: 'static, Arg1: 'static, Arg2: 'static, Res: 'static> Expectation for ExpectationTimesSend3<Arg0, Arg1, Arg2, Res>
impl<Arg0: 'static, Arg1: 'static, Arg2: 'static, Res: 'static> Expectation for ExpectationTimesSend3<Arg0, Arg1, Arg2, Res>
Auto Trait Implementations§
impl<Arg0, Arg1, Arg2, Res> Freeze for ExpectationTimesSend3<Arg0, Arg1, Arg2, Res>
impl<Arg0, Arg1, Arg2, Res> !RefUnwindSafe for ExpectationTimesSend3<Arg0, Arg1, Arg2, Res>
impl<Arg0, Arg1, Arg2, Res> !Send for ExpectationTimesSend3<Arg0, Arg1, Arg2, Res>
impl<Arg0, Arg1, Arg2, Res> !Sync for ExpectationTimesSend3<Arg0, Arg1, Arg2, Res>
impl<Arg0, Arg1, Arg2, Res> Unpin for ExpectationTimesSend3<Arg0, Arg1, Arg2, Res>where
Res: Unpin,
impl<Arg0, Arg1, Arg2, Res> !UnwindSafe for ExpectationTimesSend3<Arg0, Arg1, Arg2, Res>
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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more