struct MockTaxApi_TaxApi {
preview_organization_subscription_plan_change_tax: Expectations,
preview_organization_subscription_purchase_tax: Expectations,
preview_organization_subscription_update_tax: Expectations,
preview_premium_subscription_purchase_tax: Expectations,
}Fields§
§preview_organization_subscription_plan_change_tax: Expectations§preview_organization_subscription_purchase_tax: Expectations§preview_organization_subscription_update_tax: ExpectationsImplementations§
Source§impl MockTaxApi_TaxApi
impl MockTaxApi_TaxApi
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 MockTaxApi_TaxApi
impl RefUnwindSafe for MockTaxApi_TaxApi
impl Send for MockTaxApi_TaxApi
impl Sync for MockTaxApi_TaxApi
impl Unpin for MockTaxApi_TaxApi
impl UnwindSafe for MockTaxApi_TaxApi
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