pub struct M2dirMailboxCreate { /* private fields */ }Available on crate feature
m2dir only.Expand description
I/O-free coroutine creating an m2dir mailbox under the store root.
Implementations§
Trait Implementations§
Source§impl M2dirCoroutine for M2dirMailboxCreate
impl M2dirCoroutine for M2dirMailboxCreate
Source§type Yield = M2dirYield
type Yield = M2dirYield
Intermediate value handed back on every step. Per-coroutine: each
implementor picks exactly the variants it needs. In io-m2dir every
coroutine picks
M2dirYield.Auto Trait Implementations§
impl Freeze for M2dirMailboxCreate
impl RefUnwindSafe for M2dirMailboxCreate
impl Send for M2dirMailboxCreate
impl Sync for M2dirMailboxCreate
impl Unpin for M2dirMailboxCreate
impl UnsafeUnpin for M2dirMailboxCreate
impl UnwindSafe for M2dirMailboxCreate
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T, S> SpanWrap<S> for Twhere
S: WrappingSpan<T>,
impl<T, S> SpanWrap<S> for Twhere
S: WrappingSpan<T>,
Source§fn with_span(self, span: S) -> <S as WrappingSpan<Self>>::Spanned
fn with_span(self, span: S) -> <S as WrappingSpan<Self>>::Spanned
Invokes
WrappingSpan::make_wrapped to wrap an AST node in a span.