struct MockSecretVersionsApi_SecretVersionsApi {
bulk_delete: Expectations,
get_by_id: Expectations,
get_many_by_ids: Expectations,
get_versions_by_secret_id: Expectations,
restore_version: Expectations,
}Fields§
§bulk_delete: Expectations§get_by_id: Expectations§get_many_by_ids: Expectations§get_versions_by_secret_id: Expectations§restore_version: ExpectationsImplementations§
Source§impl MockSecretVersionsApi_SecretVersionsApi
impl MockSecretVersionsApi_SecretVersionsApi
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 MockSecretVersionsApi_SecretVersionsApi
impl RefUnwindSafe for MockSecretVersionsApi_SecretVersionsApi
impl Send for MockSecretVersionsApi_SecretVersionsApi
impl Sync for MockSecretVersionsApi_SecretVersionsApi
impl Unpin for MockSecretVersionsApi_SecretVersionsApi
impl UnwindSafe for MockSecretVersionsApi_SecretVersionsApi
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