[][src]Struct nebula_graph_fbthrift_storage::client::StorageServiceImpl

pub struct StorageServiceImpl<P, T> { /* fields omitted */ }

Implementations

impl<P, T> StorageServiceImpl<P, T>[src]

pub fn new(transport: T) -> Self[src]

pub fn transport(&self) -> &T[src]

Trait Implementations

impl<P, T> StorageService for StorageServiceImpl<P, T> where
    P: Protocol,
    T: Transport,
    P::Frame: Framing<DecBuf = FramingDecoded<T>>,
    ProtocolEncoded<P>: BufMutExt<Final = FramingEncodedFinal<T>>, 
[src]

Auto Trait Implementations

impl<P, T> RefUnwindSafe for StorageServiceImpl<P, T> where
    T: RefUnwindSafe

impl<P, T> Send for StorageServiceImpl<P, T> where
    T: Send

impl<P, T> Sync for StorageServiceImpl<P, T> where
    T: Sync

impl<P, T> Unpin for StorageServiceImpl<P, T> where
    T: Unpin

impl<P, T> UnwindSafe for StorageServiceImpl<P, T> where
    T: 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<'a, T> StorageService for T where
    T: AsRef<dyn StorageService + 'a> + Send
[src]

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.