struct MockProviderBillingVNextApi_ProviderBillingVNextApi {
add_credit_via_bit_pay: Expectations,
get_billing_address: Expectations,
get_credit: Expectations,
get_payment_method: Expectations,
get_warnings: Expectations,
update_billing_address: Expectations,
update_payment_method: Expectations,
}
Fields§
§add_credit_via_bit_pay: Expectations
§get_billing_address: Expectations
§get_credit: Expectations
§get_payment_method: Expectations
§get_warnings: Expectations
§update_billing_address: Expectations
§update_payment_method: Expectations
Implementations§
Source§impl MockProviderBillingVNextApi_ProviderBillingVNextApi
impl MockProviderBillingVNextApi_ProviderBillingVNextApi
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 MockProviderBillingVNextApi_ProviderBillingVNextApi
impl RefUnwindSafe for MockProviderBillingVNextApi_ProviderBillingVNextApi
impl Send for MockProviderBillingVNextApi_ProviderBillingVNextApi
impl Sync for MockProviderBillingVNextApi_ProviderBillingVNextApi
impl Unpin for MockProviderBillingVNextApi_ProviderBillingVNextApi
impl UnwindSafe for MockProviderBillingVNextApi_ProviderBillingVNextApi
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