AsyncDropInPlace in std::future - Rust (original) (raw)

Struct AsyncDropInPlace

Source

pub struct AsyncDropInPlace<T>(/* private fields */)
where
    T: ?Sized;

🔬This is a nightly-only experimental API. (async_drop #126482)

Expand description

Trait Implementations§

Auto Trait Implementations§

§

impl Freeze for AsyncDropInPlace

where ::AsyncDestructor: Freeze, T: ?Sized,

§

impl RefUnwindSafe for AsyncDropInPlace

§

impl Send for AsyncDropInPlace

where ::AsyncDestructor: Send, T: ?Sized,

§

impl Sync for AsyncDropInPlace

where ::AsyncDestructor: Sync, T: ?Sized,

§

impl Unpin for AsyncDropInPlace

where ::AsyncDestructor: Unpin, T: ?Sized,

§

impl UnwindSafe for AsyncDropInPlace

where ::AsyncDestructor: UnwindSafe, T: ?Sized,

Blanket Implementations§