struct MockOrganizationDomainApi_OrganizationDomainApi {
get: Expectations,
get_all: Expectations,
get_org_domain_sso_details: Expectations,
get_verified_org_domain_sso_details: Expectations,
post: Expectations,
remove_domain: Expectations,
verify: Expectations,
}
Fields§
§get: Expectations
§get_all: Expectations
§get_org_domain_sso_details: Expectations
§get_verified_org_domain_sso_details: Expectations
§post: Expectations
§remove_domain: Expectations
§verify: Expectations
Implementations§
Source§impl MockOrganizationDomainApi_OrganizationDomainApi
impl MockOrganizationDomainApi_OrganizationDomainApi
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 MockOrganizationDomainApi_OrganizationDomainApi
impl RefUnwindSafe for MockOrganizationDomainApi_OrganizationDomainApi
impl Send for MockOrganizationDomainApi_OrganizationDomainApi
impl Sync for MockOrganizationDomainApi_OrganizationDomainApi
impl Unpin for MockOrganizationDomainApi_OrganizationDomainApi
impl UnwindSafe for MockOrganizationDomainApi_OrganizationDomainApi
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