pub struct ExtractionState { /* private fields */ }Expand description
Per-action extraction state used to disambiguate repeated extractor types.
Implementations§
Trait Implementations§
Source§impl Clone for ExtractionState
impl Clone for ExtractionState
Source§fn clone(&self) -> ExtractionState
fn clone(&self) -> ExtractionState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExtractionState
impl Debug for ExtractionState
Source§impl Default for ExtractionState
impl Default for ExtractionState
Source§fn default() -> ExtractionState
fn default() -> ExtractionState
Returns the “default value” for a type. Read more
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