pub struct SerialExtractionServices<'a> {
pub interrupt: Option<&'a dyn SearchInterrupt>,
}Expand description
Auxiliary services for extraction.
Fields§
§interrupt: Option<&'a dyn SearchInterrupt>Optional external interrupt source checked by the generic search loop.
Trait Implementations§
Source§impl<'a> Default for SerialExtractionServices<'a>
impl<'a> Default for SerialExtractionServices<'a>
Source§fn default() -> SerialExtractionServices<'a>
fn default() -> SerialExtractionServices<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for SerialExtractionServices<'a>
impl<'a> !Send for SerialExtractionServices<'a>
impl<'a> !Sync for SerialExtractionServices<'a>
impl<'a> !UnwindSafe for SerialExtractionServices<'a>
impl<'a> Freeze for SerialExtractionServices<'a>
impl<'a> Unpin for SerialExtractionServices<'a>
impl<'a> UnsafeUnpin for SerialExtractionServices<'a>
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