pub struct ActiveTurn { /* private fields */ }Expand description
Crate-minted capability for defining one active mailbox fold.
Values can only be issued by an initialized crate::Active behavior or
by a concrete core wrapper delegating the same active turn inward.
Auto Trait Implementations§
impl Freeze for ActiveTurn
impl RefUnwindSafe for ActiveTurn
impl Send for ActiveTurn
impl Sync for ActiveTurn
impl Unpin for ActiveTurn
impl UnsafeUnpin for ActiveTurn
impl UnwindSafe for ActiveTurn
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