struct MockSendsApi_SendsApi {
access: Expectations,
azure_validate_file: Expectations,
delete: Expectations,
get: Expectations,
get_all: Expectations,
get_send_file_download_data: Expectations,
post: Expectations,
post_file: Expectations,
post_file_for_existing_send: Expectations,
put: Expectations,
put_remove_password: Expectations,
renew_file_upload: Expectations,
}
Fields§
§access: Expectations
§azure_validate_file: Expectations
§delete: Expectations
§get: Expectations
§get_all: Expectations
§get_send_file_download_data: Expectations
§post: Expectations
§post_file: Expectations
§post_file_for_existing_send: Expectations
§put: Expectations
§put_remove_password: Expectations
§renew_file_upload: Expectations
Implementations§
Source§impl MockSendsApi_SendsApi
impl MockSendsApi_SendsApi
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 MockSendsApi_SendsApi
impl RefUnwindSafe for MockSendsApi_SendsApi
impl Send for MockSendsApi_SendsApi
impl Sync for MockSendsApi_SendsApi
impl Unpin for MockSendsApi_SendsApi
impl UnwindSafe for MockSendsApi_SendsApi
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