struct MockOrganizationUsersApi_OrganizationUsersApi {Show 25 fields
accept: Expectations,
accept_init: Expectations,
bulk_confirm: Expectations,
bulk_delete_account: Expectations,
bulk_enable_secrets_manager: Expectations,
bulk_reinvite: Expectations,
bulk_remove: Expectations,
bulk_restore: Expectations,
bulk_revoke: Expectations,
confirm: Expectations,
delete_account: Expectations,
get: Expectations,
get_account_recovery_details: Expectations,
get_all: Expectations,
get_mini_details: Expectations,
get_reset_password_details: Expectations,
invite: Expectations,
put: Expectations,
put_reset_password: Expectations,
put_reset_password_enrollment: Expectations,
reinvite: Expectations,
remove: Expectations,
restore: Expectations,
revoke: Expectations,
user_public_keys: Expectations,
}
Fields§
§accept: Expectations
§accept_init: Expectations
§bulk_confirm: Expectations
§bulk_delete_account: Expectations
§bulk_enable_secrets_manager: Expectations
§bulk_reinvite: Expectations
§bulk_remove: Expectations
§bulk_restore: Expectations
§bulk_revoke: Expectations
§confirm: Expectations
§delete_account: Expectations
§get: Expectations
§get_account_recovery_details: Expectations
§get_all: Expectations
§get_mini_details: Expectations
§get_reset_password_details: Expectations
§invite: Expectations
§put: Expectations
§put_reset_password: Expectations
§put_reset_password_enrollment: Expectations
§reinvite: Expectations
§remove: Expectations
§restore: Expectations
§revoke: Expectations
§user_public_keys: Expectations
Implementations§
Source§impl MockOrganizationUsersApi_OrganizationUsersApi
impl MockOrganizationUsersApi_OrganizationUsersApi
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 MockOrganizationUsersApi_OrganizationUsersApi
impl RefUnwindSafe for MockOrganizationUsersApi_OrganizationUsersApi
impl Send for MockOrganizationUsersApi_OrganizationUsersApi
impl Sync for MockOrganizationUsersApi_OrganizationUsersApi
impl Unpin for MockOrganizationUsersApi_OrganizationUsersApi
impl UnwindSafe for MockOrganizationUsersApi_OrganizationUsersApi
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