pub struct ActiveTurn { /* private fields */ }Expand description
Capability for defining one active mailbox fold.
Values are issued only by the lifecycle and wrapper-composition boundaries.
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