[][src]Struct linux_aio_tokio::SyncRequestAdapter

pub struct SyncRequestAdapter { /* fields omitted */ }

Methods

impl SyncRequestAdapter[src]

pub const NEW: Self[src]

pub fn new() -> Self[src]

Trait Implementations

impl Adapter for SyncRequestAdapter[src]

type LinkOps = <AtomicLink as DefaultLinkOps>::Ops

Collection-specific link operations which allow an object to be inserted in an intrusive collection. Read more

type PointerOps = DefaultPointerOps<Box<Request<RawMutex, AtomicLink>>>

Collection-specific pointer conversions which allow an object to be inserted in an intrusive collection. Read more

impl Clone for SyncRequestAdapter[src]

impl Copy for SyncRequestAdapter[src]

impl Default for SyncRequestAdapter[src]

impl IntrusiveAdapter<RawMutex, AtomicLink> for SyncRequestAdapter[src]

impl Send for SyncRequestAdapter[src]

impl Sync for SyncRequestAdapter[src]

Auto Trait Implementations

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.