struct MockAccountsApi_AccountsApi {Show 39 fields
api_key: Expectations,
delete: Expectations,
delete_sso_user: Expectations,
get_account_revision_date: Expectations,
get_keys: Expectations,
get_organizations: Expectations,
get_profile: Expectations,
get_sso_user_identifier: Expectations,
get_subscription: Expectations,
get_tax_info: Expectations,
post_cancel: Expectations,
post_delete_recover: Expectations,
post_delete_recover_token: Expectations,
post_email: Expectations,
post_email_token: Expectations,
post_kdf: Expectations,
post_keys: Expectations,
post_license: Expectations,
post_password: Expectations,
post_password_hint: Expectations,
post_payment: Expectations,
post_premium: Expectations,
post_reinstate: Expectations,
post_request_otp: Expectations,
post_security_stamp: Expectations,
post_set_password: Expectations,
post_storage: Expectations,
post_verify_email: Expectations,
post_verify_email_token: Expectations,
post_verify_password: Expectations,
put_avatar: Expectations,
put_profile: Expectations,
put_tax_info: Expectations,
put_update_tde_password: Expectations,
put_update_temp_password: Expectations,
resend_new_device_otp: Expectations,
rotate_api_key: Expectations,
set_user_verify_devices: Expectations,
verify_otp: Expectations,
}Fields§
§api_key: Expectations§delete: Expectations§delete_sso_user: Expectations§get_account_revision_date: Expectations§get_keys: Expectations§get_organizations: Expectations§get_profile: Expectations§get_sso_user_identifier: Expectations§get_subscription: Expectations§get_tax_info: Expectations§post_cancel: Expectations§post_delete_recover: Expectations§post_delete_recover_token: Expectations§post_email: Expectations§post_email_token: Expectations§post_kdf: Expectations§post_keys: Expectations§post_license: Expectations§post_password: Expectations§post_password_hint: Expectations§post_payment: Expectations§post_reinstate: Expectations§post_request_otp: Expectations§post_security_stamp: Expectations§post_set_password: Expectations§post_storage: Expectations§post_verify_email: Expectations§post_verify_email_token: Expectations§post_verify_password: Expectations§put_avatar: Expectations§put_profile: Expectations§put_tax_info: Expectations§put_update_tde_password: Expectations§put_update_temp_password: Expectations§resend_new_device_otp: Expectations§rotate_api_key: Expectations§set_user_verify_devices: Expectations§verify_otp: ExpectationsImplementations§
Source§impl MockAccountsApi_AccountsApi
impl MockAccountsApi_AccountsApi
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 MockAccountsApi_AccountsApi
impl RefUnwindSafe for MockAccountsApi_AccountsApi
impl Send for MockAccountsApi_AccountsApi
impl Sync for MockAccountsApi_AccountsApi
impl Unpin for MockAccountsApi_AccountsApi
impl UnwindSafe for MockAccountsApi_AccountsApi
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