Struct agner_test_actor::query::NextEventRq
source · [−]Fields
timeout: Durationreply_to: Tx<Event<M>>Trait Implementations
sourceimpl<M: Debug> Debug for NextEventRq<M>
impl<M: Debug> Debug for NextEventRq<M>
sourceimpl<M> From<NextEventRq<M>> for Query<M>
impl<M> From<NextEventRq<M>> for Query<M>
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more