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