Struct stack_dst::ValueA [−][src]
Expand description
Stack-allocated dynamically sized type
T is the unsized type contained.
D is the buffer used to hold the unsized type (both data and metadata).
Implementations
Construct a stack-based DST (without needing Unsize)
Returns Ok(dst) if the allocation was successful, or Err(val) if it failed
Trait Implementations
Future if the inner impls Future
Auto Trait Implementations
impl<T: ?Sized, D> RefUnwindSafe for ValueA<T, D> where
D: RefUnwindSafe,
T: RefUnwindSafe, impl<T: ?Sized, D> UnwindSafe for ValueA<T, D> where
D: UnwindSafe,
T: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (
into_future)The output that the future will produce on completion.
type Future = F
type Future = F🔬 This is a nightly-only experimental API. (
into_future)Which kind of future are we turning this into?
🔬 This is a nightly-only experimental API. (
into_future)Creates a future from a value.