Struct agner_test_actor::query::NextEventRq
source · pub struct NextEventRq<M> {
pub timeout: Duration,
pub reply_to: Tx<Event<M>>,
}Fields§
§timeout: Duration§reply_to: Tx<Event<M>>Trait Implementations§
source§impl<M: Debug> Debug for NextEventRq<M>
impl<M: Debug> Debug for NextEventRq<M>
source§impl<M> From<NextEventRq<M>> for Query<M>
impl<M> From<NextEventRq<M>> for Query<M>
source§fn from(inner: NextEventRq<M>) -> Self
fn from(inner: NextEventRq<M>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<M> !RefUnwindSafe for NextEventRq<M>
impl<M> Send for NextEventRq<M>where M: Send,
impl<M> Sync for NextEventRq<M>where M: Send,
impl<M> Unpin for NextEventRq<M>
impl<M> !UnwindSafe for NextEventRq<M>
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