Struct ydb_unofficial::client::DBInterceptor
source · pub struct DBInterceptor<C: Clone> { /* private fields */ }Trait Implementations§
source§impl<C: Clone + Clone> Clone for DBInterceptor<C>
impl<C: Clone + Clone> Clone for DBInterceptor<C>
source§fn clone(&self) -> DBInterceptor<C>
fn clone(&self) -> DBInterceptor<C>
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<C: Credentials> Interceptor for DBInterceptor<C>
impl<C: Credentials> Interceptor for DBInterceptor<C>
Auto Trait Implementations§
impl<C> RefUnwindSafe for DBInterceptor<C>where C: RefUnwindSafe,
impl<C> Send for DBInterceptor<C>where C: Send,
impl<C> Sync for DBInterceptor<C>where C: Sync,
impl<C> Unpin for DBInterceptor<C>where C: Unpin,
impl<C> UnwindSafe for DBInterceptor<C>where C: 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
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