[][src]Struct bufferpool::BufferPoolReference

pub struct BufferPoolReference<'a, V> { /* fields omitted */ }

Trait Implementations

impl<'_, V> Drop for BufferPoolReference<'_, V>[src]

impl<'_, V> AsMut<[V]> for BufferPoolReference<'_, V>[src]

impl<'_, V> AsRef<[V]> for BufferPoolReference<'_, V>[src]

Auto Trait Implementations

impl<'a, V> !Send for BufferPoolReference<'a, V>

impl<'a, V> !Sync for BufferPoolReference<'a, V>

impl<'a, V> Unpin for BufferPoolReference<'a, V>

impl<'a, V> !UnwindSafe for BufferPoolReference<'a, V>

impl<'a, V> !RefUnwindSafe for BufferPoolReference<'a, V>

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]