struct MockSecretsApi_SecretsApi {
bulk_delete: Expectations,
create: Expectations,
get: Expectations,
get_secrets_by_ids: Expectations,
get_secrets_by_project: Expectations,
get_secrets_sync: Expectations,
list_by_organization: Expectations,
update_secret: Expectations,
}
Fields§
§bulk_delete: Expectations
§create: Expectations
§get: Expectations
§get_secrets_by_ids: Expectations
§get_secrets_by_project: Expectations
§get_secrets_sync: Expectations
§list_by_organization: Expectations
§update_secret: Expectations
Implementations§
Source§impl MockSecretsApi_SecretsApi
impl MockSecretsApi_SecretsApi
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 MockSecretsApi_SecretsApi
impl RefUnwindSafe for MockSecretsApi_SecretsApi
impl Send for MockSecretsApi_SecretsApi
impl Sync for MockSecretsApi_SecretsApi
impl Unpin for MockSecretsApi_SecretsApi
impl UnwindSafe for MockSecretsApi_SecretsApi
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