pub struct TestKit {
pub system: ActorSystem,
pub default_timeout: Duration,
}Fields§
§system: ActorSystem§default_timeout: DurationImplementations§
Auto Trait Implementations§
impl Freeze for TestKit
impl !RefUnwindSafe for TestKit
impl Send for TestKit
impl Sync for TestKit
impl Unpin for TestKit
impl UnsafeUnpin for TestKit
impl !UnwindSafe for TestKit
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