pub struct LocalStateReviewService { /* private fields */ }Expand description
Local-mode StateReviewService implementation.
Implementations§
Source§impl LocalStateReviewService
impl LocalStateReviewService
pub fn new(inner: GrpcLocalService) -> Self
Trait Implementations§
Source§impl Clone for LocalStateReviewService
impl Clone for LocalStateReviewService
Source§fn clone(&self) -> LocalStateReviewService
fn clone(&self) -> LocalStateReviewService
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl StateReviewService for LocalStateReviewService
impl StateReviewService for LocalStateReviewService
fn get_review_payload<'life0, 'async_trait>(
&'life0 self,
request: Request<GetReviewPayloadRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<ReviewPayload>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn sign_state<'life0, 'async_trait>(
&'life0 self,
request: Request<SignStateRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<SignStateResponse>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn list_signatures<'life0, 'async_trait>(
&'life0 self,
request: Request<ListSignaturesRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<ListSignaturesResponse>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl Freeze for LocalStateReviewService
impl !RefUnwindSafe for LocalStateReviewService
impl Send for LocalStateReviewService
impl Sync for LocalStateReviewService
impl Unpin for LocalStateReviewService
impl UnsafeUnpin for LocalStateReviewService
impl !UnwindSafe for LocalStateReviewService
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§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