struct MockAuthRequestsApi_AuthRequestsApi {
get: Expectations,
get_all: Expectations,
get_pending_auth_requests: Expectations,
get_response: Expectations,
post: Expectations,
post_admin_request: Expectations,
put: Expectations,
}
Fields§
§get: Expectations
§get_all: Expectations
§get_pending_auth_requests: Expectations
§get_response: Expectations
§post: Expectations
§post_admin_request: Expectations
§put: Expectations
Implementations§
Source§impl MockAuthRequestsApi_AuthRequestsApi
impl MockAuthRequestsApi_AuthRequestsApi
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 MockAuthRequestsApi_AuthRequestsApi
impl RefUnwindSafe for MockAuthRequestsApi_AuthRequestsApi
impl Send for MockAuthRequestsApi_AuthRequestsApi
impl Sync for MockAuthRequestsApi_AuthRequestsApi
impl Unpin for MockAuthRequestsApi_AuthRequestsApi
impl UnwindSafe for MockAuthRequestsApi_AuthRequestsApi
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