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