struct MockProjectsApi_ProjectsApi {
bulk_delete: Expectations,
create: Expectations,
get: Expectations,
list_by_organization: Expectations,
update: Expectations,
}Fields§
§bulk_delete: Expectations§create: Expectations§get: Expectations§list_by_organization: Expectations§update: ExpectationsImplementations§
Source§impl MockProjectsApi_ProjectsApi
impl MockProjectsApi_ProjectsApi
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 MockProjectsApi_ProjectsApi
impl RefUnwindSafe for MockProjectsApi_ProjectsApi
impl Send for MockProjectsApi_ProjectsApi
impl Sync for MockProjectsApi_ProjectsApi
impl Unpin for MockProjectsApi_ProjectsApi
impl UnwindSafe for MockProjectsApi_ProjectsApi
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