pub struct Response<TResp>where
TResp: PayloadSerialize,{ /* private fields */ }
Expand description
Command Executor Response struct.
Used by the Executor
Trait Implementations§
Auto Trait Implementations§
impl<TResp> Freeze for Response<TResp>
impl<TResp> RefUnwindSafe for Response<TResp>where
TResp: RefUnwindSafe,
impl<TResp> Send for Response<TResp>where
TResp: Send,
impl<TResp> Sync for Response<TResp>where
TResp: Sync,
impl<TResp> Unpin for Response<TResp>where
TResp: Unpin,
impl<TResp> UnwindSafe for Response<TResp>where
TResp: UnwindSafe,
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