struct MockOrganizationBillingApi_OrganizationBillingApi {Show 13 fields
change_plan_subscription_frequency: Expectations,
get_billing: Expectations,
get_history: Expectations,
get_invoices: Expectations,
get_metadata: Expectations,
get_payment_method: Expectations,
get_tax_information: Expectations,
get_transactions: Expectations,
restart_subscription: Expectations,
setup_business_unit: Expectations,
update_payment_method: Expectations,
update_tax_information: Expectations,
verify_bank_account: Expectations,
}
Fields§
§change_plan_subscription_frequency: Expectations
§get_billing: Expectations
§get_history: Expectations
§get_invoices: Expectations
§get_metadata: Expectations
§get_payment_method: Expectations
§get_tax_information: Expectations
§get_transactions: Expectations
§restart_subscription: Expectations
§setup_business_unit: Expectations
§update_payment_method: Expectations
§update_tax_information: Expectations
§verify_bank_account: Expectations
Implementations§
Source§impl MockOrganizationBillingApi_OrganizationBillingApi
impl MockOrganizationBillingApi_OrganizationBillingApi
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 MockOrganizationBillingApi_OrganizationBillingApi
impl RefUnwindSafe for MockOrganizationBillingApi_OrganizationBillingApi
impl Send for MockOrganizationBillingApi_OrganizationBillingApi
impl Sync for MockOrganizationBillingApi_OrganizationBillingApi
impl Unpin for MockOrganizationBillingApi_OrganizationBillingApi
impl UnwindSafe for MockOrganizationBillingApi_OrganizationBillingApi
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