Enum exar::ScannerAction [] [src]

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

Variants

HandleSubscription(Subscription)AddLineIndex(u64u64)SetTailScannerSender(Sender<ScannerAction>)Stop

Trait Implementations

impl Debug for ScannerAction
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for ScannerAction
[src]

fn clone(&self) -> ScannerAction

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more