#[repr(C)]pub struct ContinuationStack {
pub header: GcHeader,
pub data: Vec<Object>,
}Expand description
Continuation.
Fields§
§header: GcHeader§data: Vec<Object>Implementations§
Trait Implementations§
Source§impl Debug for ContinuationStack
impl Debug for ContinuationStack
Source§impl Display for ContinuationStack
impl Display for ContinuationStack
Auto Trait Implementations§
impl Freeze for ContinuationStack
impl RefUnwindSafe for ContinuationStack
impl !Send for ContinuationStack
impl !Sync for ContinuationStack
impl Unpin for ContinuationStack
impl UnwindSafe for ContinuationStack
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