struct MockPlansApi_PlansApi {
get: Expectations,
}
Fields§
§get: Expectations
Implementations§
Source§impl MockPlansApi_PlansApi
impl MockPlansApi_PlansApi
Sourcepub fn checkpoint(&mut self)
pub fn checkpoint(&mut self)
Validate that all current expectations for all methods have been satisfied, and discard them.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MockPlansApi_PlansApi
impl RefUnwindSafe for MockPlansApi_PlansApi
impl Send for MockPlansApi_PlansApi
impl Sync for MockPlansApi_PlansApi
impl Unpin for MockPlansApi_PlansApi
impl UnwindSafe for MockPlansApi_PlansApi
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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