struct MockSecurityTaskApi_SecurityTaskApi {
bulk_create_tasks: Expectations,
complete: Expectations,
get: Expectations,
get_task_metrics_for_organization: Expectations,
list_for_organization: Expectations,
}
Fields§
§bulk_create_tasks: Expectations
§complete: Expectations
§get: Expectations
§get_task_metrics_for_organization: Expectations
§list_for_organization: Expectations
Implementations§
Source§impl MockSecurityTaskApi_SecurityTaskApi
impl MockSecurityTaskApi_SecurityTaskApi
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 MockSecurityTaskApi_SecurityTaskApi
impl RefUnwindSafe for MockSecurityTaskApi_SecurityTaskApi
impl Send for MockSecurityTaskApi_SecurityTaskApi
impl Sync for MockSecurityTaskApi_SecurityTaskApi
impl Unpin for MockSecurityTaskApi_SecurityTaskApi
impl UnwindSafe for MockSecurityTaskApi_SecurityTaskApi
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