Struct timely::communication::allocator::zero_copy::allocator::TcpAllocator[][src]

pub struct TcpAllocator<A> where
    A: Allocate
{ /* fields omitted */ }

A TCP-based allocator for inter-process communication.

Trait Implementations

impl<A> Allocate for TcpAllocator<A> where
    A: Allocate
[src]

Auto Trait Implementations

impl<A> !RefUnwindSafe for TcpAllocator<A>

impl<A> !Send for TcpAllocator<A>

impl<A> !Sync for TcpAllocator<A>

impl<A> Unpin for TcpAllocator<A> where
    A: Unpin

impl<A> !UnwindSafe for TcpAllocator<A>

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, 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.