[][src]Struct nebula_graph_fbthrift_storage_v2::server::StorageAdminServiceProcessor

pub struct StorageAdminServiceProcessor<P, H, R> { /* fields omitted */ }

Implementations

impl<P, H, R> StorageAdminServiceProcessor<P, H, R> where
    P: Protocol + Send + Sync + 'static,
    P::Deserializer: Send,
    H: StorageAdminService
[src]

pub fn new(service: H) -> Self[src]

pub fn into_inner(self) -> H[src]

Trait Implementations

impl<P: Clone, H: Clone, R: Clone> Clone for StorageAdminServiceProcessor<P, H, R>[src]

impl<P: Debug, H: Debug, R: Debug> Debug for StorageAdminServiceProcessor<P, H, R>[src]

impl<P, H, R> ServiceProcessor<P> for StorageAdminServiceProcessor<P, H, R> where
    P: Protocol + Send + Sync + 'static,
    P::Deserializer: Send,
    H: StorageAdminService,
    R: Send + Sync + 'static, 
[src]

type RequestContext = R

impl<P, H, R> ThriftService<<P as Protocol>::Frame> for StorageAdminServiceProcessor<P, H, R> where
    P: Protocol + Send + Sync + 'static,
    P::Deserializer: Send,
    P::Frame: Send + 'static,
    H: StorageAdminService,
    R: Send + Sync + 'static, 
[src]

type Handler = H

type RequestContext = R

Auto Trait Implementations

impl<P, H, R> RefUnwindSafe for StorageAdminServiceProcessor<P, H, R> where
    H: RefUnwindSafe,
    P: RefUnwindSafe,
    R: RefUnwindSafe

impl<P, H, R> Send for StorageAdminServiceProcessor<P, H, R> where
    H: Send,
    P: Send,
    R: Send

impl<P, H, R> Sync for StorageAdminServiceProcessor<P, H, R> where
    H: Sync,
    P: Sync,
    R: Sync

impl<P, H, R> Unpin for StorageAdminServiceProcessor<P, H, R> where
    H: Unpin,
    P: Unpin,
    R: Unpin

impl<P, H, R> UnwindSafe for StorageAdminServiceProcessor<P, H, R> where
    H: UnwindSafe,
    P: UnwindSafe,
    R: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.