struct MockImportCiphersApi_ImportCiphersApi {
post_import: Expectations,
post_import_organization: Expectations,
}
Fields§
§post_import: Expectations
§post_import_organization: Expectations
Implementations§
Source§impl MockImportCiphersApi_ImportCiphersApi
impl MockImportCiphersApi_ImportCiphersApi
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 MockImportCiphersApi_ImportCiphersApi
impl RefUnwindSafe for MockImportCiphersApi_ImportCiphersApi
impl Send for MockImportCiphersApi_ImportCiphersApi
impl Sync for MockImportCiphersApi_ImportCiphersApi
impl Unpin for MockImportCiphersApi_ImportCiphersApi
impl UnwindSafe for MockImportCiphersApi_ImportCiphersApi
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