pub struct TestFactory;Expand description
Factory for integration tests.
Implementations§
Source§impl TestFactory
impl TestFactory
Auto Trait Implementations§
impl Freeze for TestFactory
impl RefUnwindSafe for TestFactory
impl Send for TestFactory
impl Sync for TestFactory
impl Unpin for TestFactory
impl UnsafeUnpin for TestFactory
impl UnwindSafe for TestFactory
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