struct MockOrganizationConnectionsApi_OrganizationConnectionsApi {
connections_enabled: Expectations,
create_connection: Expectations,
delete_connection: Expectations,
get_connection: Expectations,
update_connection: Expectations,
}
Fields§
§connections_enabled: Expectations
§create_connection: Expectations
§delete_connection: Expectations
§get_connection: Expectations
§update_connection: Expectations
Implementations§
Source§impl MockOrganizationConnectionsApi_OrganizationConnectionsApi
impl MockOrganizationConnectionsApi_OrganizationConnectionsApi
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 MockOrganizationConnectionsApi_OrganizationConnectionsApi
impl RefUnwindSafe for MockOrganizationConnectionsApi_OrganizationConnectionsApi
impl Send for MockOrganizationConnectionsApi_OrganizationConnectionsApi
impl Sync for MockOrganizationConnectionsApi_OrganizationConnectionsApi
impl Unpin for MockOrganizationConnectionsApi_OrganizationConnectionsApi
impl UnwindSafe for MockOrganizationConnectionsApi_OrganizationConnectionsApi
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