struct MockTrashApi_TrashApi {
empty_trash: Expectations,
list_by_organization: Expectations,
restore_trash: Expectations,
}
Fields§
§empty_trash: Expectations
§list_by_organization: Expectations
§restore_trash: Expectations
Implementations§
Source§impl MockTrashApi_TrashApi
impl MockTrashApi_TrashApi
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 MockTrashApi_TrashApi
impl RefUnwindSafe for MockTrashApi_TrashApi
impl Send for MockTrashApi_TrashApi
impl Sync for MockTrashApi_TrashApi
impl Unpin for MockTrashApi_TrashApi
impl UnwindSafe for MockTrashApi_TrashApi
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