Struct tikv_client::request::plan::ProcessResponse
source · pub struct ProcessResponse<P: Plan, Pr: Process<P::Result>> {
pub inner: P,
pub processor: Pr,
}
Fields§
§inner: P
§processor: Pr
Trait Implementations§
source§impl<P: Clone + Plan, Pr: Clone + Process<P::Result>> Clone for ProcessResponse<P, Pr>
impl<P: Clone + Plan, Pr: Clone + Process<P::Result>> Clone for ProcessResponse<P, Pr>
source§fn clone(&self) -> ProcessResponse<P, Pr>
fn clone(&self) -> ProcessResponse<P, Pr>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<P, Pr> RefUnwindSafe for ProcessResponse<P, Pr>where P: RefUnwindSafe, Pr: RefUnwindSafe,
impl<P, Pr> Send for ProcessResponse<P, Pr>
impl<P, Pr> Sync for ProcessResponse<P, Pr>
impl<P, Pr> Unpin for ProcessResponse<P, Pr>where P: Unpin, Pr: Unpin,
impl<P, Pr> UnwindSafe for ProcessResponse<P, Pr>where P: UnwindSafe, Pr: 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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request