Enum exar::ScannerAction [] [src]

pub enum ScannerAction {
    HandleSubscription(Subscription),
    AddLineIndex(u64u64),
    SetTailScannerSender(Sender<ScannerAction>),
    Stop,
}

Variants

Trait Implementations

impl Clone for ScannerAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ScannerAction
[src]

Formats the value using the given formatter.