struct MockSettingsApi_SettingsApi {
get_domains: Expectations,
put_domains: Expectations,
}
Fields§
§get_domains: Expectations
§put_domains: Expectations
Implementations§
Source§impl MockSettingsApi_SettingsApi
impl MockSettingsApi_SettingsApi
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 MockSettingsApi_SettingsApi
impl RefUnwindSafe for MockSettingsApi_SettingsApi
impl Send for MockSettingsApi_SettingsApi
impl Sync for MockSettingsApi_SettingsApi
impl Unpin for MockSettingsApi_SettingsApi
impl UnwindSafe for MockSettingsApi_SettingsApi
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