pub struct TestActBatch { /* private fields */ }
Expand description
Batch of act for testing.
Trait Implementations§
Source§impl BatchBase for TestActBatch
impl BatchBase for TestActBatch
Auto Trait Implementations§
impl Freeze for TestActBatch
impl RefUnwindSafe for TestActBatch
impl Send for TestActBatch
impl Sync for TestActBatch
impl Unpin for TestActBatch
impl UnwindSafe for TestActBatch
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