Struct lnd_grpc_rust::MacaroonInterceptor
source · pub struct MacaroonInterceptor { /* private fields */ }
Expand description
Supplies requests with macaroon
Trait Implementations§
source§impl Clone for MacaroonInterceptor
impl Clone for MacaroonInterceptor
source§fn clone(&self) -> MacaroonInterceptor
fn clone(&self) -> MacaroonInterceptor
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 moresource§impl Interceptor for MacaroonInterceptor
impl Interceptor for MacaroonInterceptor
Auto Trait Implementations§
impl RefUnwindSafe for MacaroonInterceptor
impl Send for MacaroonInterceptor
impl Sync for MacaroonInterceptor
impl Unpin for MacaroonInterceptor
impl UnwindSafe for MacaroonInterceptor
Blanket Implementations§
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