struct MockProviderBillingApi_ProviderBillingApi {
generate_client_invoice_report: Expectations,
get_invoices: Expectations,
get_subscription: Expectations,
get_tax_information: Expectations,
update_payment_method: Expectations,
update_tax_information: Expectations,
verify_bank_account: Expectations,
}
Fields§
§generate_client_invoice_report: Expectations
§get_invoices: Expectations
§get_subscription: Expectations
§get_tax_information: Expectations
§update_payment_method: Expectations
§update_tax_information: Expectations
§verify_bank_account: Expectations
Implementations§
Source§impl MockProviderBillingApi_ProviderBillingApi
impl MockProviderBillingApi_ProviderBillingApi
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 MockProviderBillingApi_ProviderBillingApi
impl RefUnwindSafe for MockProviderBillingApi_ProviderBillingApi
impl Send for MockProviderBillingApi_ProviderBillingApi
impl Sync for MockProviderBillingApi_ProviderBillingApi
impl Unpin for MockProviderBillingApi_ProviderBillingApi
impl UnwindSafe for MockProviderBillingApi_ProviderBillingApi
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