pub struct ExtractionState { /* private fields */ }Expand description
Tracks extraction state across turns.
Implementations§
Auto Trait Implementations§
impl Freeze for ExtractionState
impl !RefUnwindSafe for ExtractionState
impl Send for ExtractionState
impl Sync for ExtractionState
impl Unpin for ExtractionState
impl UnsafeUnpin for ExtractionState
impl !UnwindSafe for ExtractionState
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