[][src]Struct bufferpool::BufferPoolBuilder

pub struct BufferPoolBuilder<V: Default + Clone> { /* fields omitted */ }

Methods

impl<V: Default + Clone> BufferPoolBuilder<V>[src]

pub fn new() -> BufferPoolBuilder<V>[src]

pub fn default() -> BufferPoolBuilder<V>[src]

pub fn with_capacity(self, capacity: usize) -> BufferPoolBuilder<V>[src]

pub fn with_buffer_size(self, buffer_size: usize) -> BufferPoolBuilder<V>[src]

pub fn build(self) -> BufferPool<V>[src]

Auto Trait Implementations

impl<V> Send for BufferPoolBuilder<V> where
    V: Send

impl<V> Sync for BufferPoolBuilder<V> where
    V: Sync

impl<V> Unpin for BufferPoolBuilder<V> where
    V: Unpin

impl<V> UnwindSafe for BufferPoolBuilder<V> where
    V: UnwindSafe

impl<V> RefUnwindSafe for BufferPoolBuilder<V> where
    V: RefUnwindSafe

Blanket Implementations

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 = !

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.

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

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

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