pub struct SingleStatefulTestHelper { /* private fields */ }Expand description
Test helper for FFISingleStateful operators
Implementations§
Source§impl SingleStatefulTestHelper
impl SingleStatefulTestHelper
Sourcepub fn new(layout: EncodedValuesLayout) -> Self
pub fn new(layout: EncodedValuesLayout) -> Self
Create a new single stateful test helper
Sourcepub fn assert_state(&self, expected: &[Value])
pub fn assert_state(&self, expected: &[Value])
Assert the state matches expected values
Auto Trait Implementations§
impl Freeze for SingleStatefulTestHelper
impl RefUnwindSafe for SingleStatefulTestHelper
impl Send for SingleStatefulTestHelper
impl Sync for SingleStatefulTestHelper
impl Unpin for SingleStatefulTestHelper
impl UnwindSafe for SingleStatefulTestHelper
Blanket Implementations§
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