pub struct TestOrdersGenerator { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestOrdersGenerator
impl RefUnwindSafe for TestOrdersGenerator
impl Send for TestOrdersGenerator
impl Sync for TestOrdersGenerator
impl Unpin for TestOrdersGenerator
impl UnsafeUnpin for TestOrdersGenerator
impl UnwindSafe for TestOrdersGenerator
Blanket Implementations§
impl<T> Allocation for T
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