struct MockCiphersApi_CiphersApi {Show 46 fields
azure_validate_file: Expectations,
delete: Expectations,
delete_admin: Expectations,
delete_attachment: Expectations,
delete_attachment_admin: Expectations,
delete_many: Expectations,
delete_many_admin: Expectations,
get: Expectations,
get_admin: Expectations,
get_all: Expectations,
get_assigned_organization_ciphers: Expectations,
get_attachment_data: Expectations,
get_attachment_data_admin: Expectations,
get_details: Expectations,
get_organization_ciphers: Expectations,
move_many: Expectations,
post: Expectations,
post_admin: Expectations,
post_attachment: Expectations,
post_attachment_admin: Expectations,
post_attachment_share: Expectations,
post_bulk_collections: Expectations,
post_create: Expectations,
post_file_for_existing_attachment: Expectations,
post_purge: Expectations,
put: Expectations,
put_admin: Expectations,
put_archive: Expectations,
put_archive_many: Expectations,
put_collections: Expectations,
put_collections_admin: Expectations,
put_collections_v_next: Expectations,
put_delete: Expectations,
put_delete_admin: Expectations,
put_delete_many: Expectations,
put_delete_many_admin: Expectations,
put_partial: Expectations,
put_restore: Expectations,
put_restore_admin: Expectations,
put_restore_many: Expectations,
put_restore_many_admin: Expectations,
put_share: Expectations,
put_share_many: Expectations,
put_unarchive: Expectations,
put_unarchive_many: Expectations,
renew_file_upload_url: Expectations,
}
Fields§
§azure_validate_file: Expectations
§delete: Expectations
§delete_admin: Expectations
§delete_attachment: Expectations
§delete_attachment_admin: Expectations
§delete_many: Expectations
§delete_many_admin: Expectations
§get: Expectations
§get_admin: Expectations
§get_all: Expectations
§get_assigned_organization_ciphers: Expectations
§get_attachment_data: Expectations
§get_attachment_data_admin: Expectations
§get_details: Expectations
§get_organization_ciphers: Expectations
§move_many: Expectations
§post: Expectations
§post_admin: Expectations
§post_attachment: Expectations
§post_attachment_admin: Expectations
§post_bulk_collections: Expectations
§post_create: Expectations
§post_file_for_existing_attachment: Expectations
§post_purge: Expectations
§put: Expectations
§put_admin: Expectations
§put_archive: Expectations
§put_archive_many: Expectations
§put_collections: Expectations
§put_collections_admin: Expectations
§put_collections_v_next: Expectations
§put_delete: Expectations
§put_delete_admin: Expectations
§put_delete_many: Expectations
§put_delete_many_admin: Expectations
§put_partial: Expectations
§put_restore: Expectations
§put_restore_admin: Expectations
§put_restore_many: Expectations
§put_restore_many_admin: Expectations
§put_unarchive: Expectations
§put_unarchive_many: Expectations
§renew_file_upload_url: Expectations
Implementations§
Source§impl MockCiphersApi_CiphersApi
impl MockCiphersApi_CiphersApi
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 MockCiphersApi_CiphersApi
impl RefUnwindSafe for MockCiphersApi_CiphersApi
impl Send for MockCiphersApi_CiphersApi
impl Sync for MockCiphersApi_CiphersApi
impl Unpin for MockCiphersApi_CiphersApi
impl UnwindSafe for MockCiphersApi_CiphersApi
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