pub struct TestContainerBuilder { /* private fields */ }
Expand description
Test container builder for more complex test scenarios
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestContainerBuilder
impl !RefUnwindSafe for TestContainerBuilder
impl Send for TestContainerBuilder
impl Sync for TestContainerBuilder
impl Unpin for TestContainerBuilder
impl !UnwindSafe for TestContainerBuilder
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