struct MockOrganizationsApi_OrganizationsApi {Show 31 fields
api_key: Expectations,
api_key_information: Expectations,
create_without_payment: Expectations,
delete: Expectations,
get: Expectations,
get_auto_enroll_status: Expectations,
get_license: Expectations,
get_plan_type: Expectations,
get_public_key: Expectations,
get_sso: Expectations,
get_subscription: Expectations,
get_tax_info: Expectations,
get_user: Expectations,
leave: Expectations,
post: Expectations,
post_cancel: Expectations,
post_delete_recover_token: Expectations,
post_keys: Expectations,
post_reinstate: Expectations,
post_seat: Expectations,
post_sm_subscription: Expectations,
post_sso: Expectations,
post_storage: Expectations,
post_subscribe_secrets_manager: Expectations,
post_subscription: Expectations,
post_upgrade: Expectations,
post_verify_bank: Expectations,
put: Expectations,
put_collection_management: Expectations,
put_tax_info: Expectations,
rotate_api_key: Expectations,
}
Fields§
§api_key: Expectations
§api_key_information: Expectations
§create_without_payment: Expectations
§delete: Expectations
§get: Expectations
§get_auto_enroll_status: Expectations
§get_license: Expectations
§get_plan_type: Expectations
§get_public_key: Expectations
§get_sso: Expectations
§get_subscription: Expectations
§get_tax_info: Expectations
§get_user: Expectations
§leave: Expectations
§post: Expectations
§post_cancel: Expectations
§post_delete_recover_token: Expectations
§post_keys: Expectations
§post_reinstate: Expectations
§post_seat: Expectations
§post_sm_subscription: Expectations
§post_sso: Expectations
§post_storage: Expectations
§post_subscribe_secrets_manager: Expectations
§post_subscription: Expectations
§post_upgrade: Expectations
§post_verify_bank: Expectations
§put: Expectations
§put_collection_management: Expectations
§put_tax_info: Expectations
§rotate_api_key: Expectations
Implementations§
Source§impl MockOrganizationsApi_OrganizationsApi
impl MockOrganizationsApi_OrganizationsApi
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 MockOrganizationsApi_OrganizationsApi
impl RefUnwindSafe for MockOrganizationsApi_OrganizationsApi
impl Send for MockOrganizationsApi_OrganizationsApi
impl Sync for MockOrganizationsApi_OrganizationsApi
impl Unpin for MockOrganizationsApi_OrganizationsApi
impl UnwindSafe for MockOrganizationsApi_OrganizationsApi
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