pub struct ChoicePoint {
pub trail_mark: usize,
pub heap_mark: usize,
pub retry: ContFn,
pub env: u64,
pub kind: CpKind,
}Fields§
§trail_mark: usize§heap_mark: usize§retry: ContFn§env: u64§kind: CpKindAuto Trait Implementations§
impl Freeze for ChoicePoint
impl RefUnwindSafe for ChoicePoint
impl Send for ChoicePoint
impl Sync for ChoicePoint
impl Unpin for ChoicePoint
impl UnsafeUnpin for ChoicePoint
impl UnwindSafe for ChoicePoint
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