Struct nessus::structs::ExportToken [] [src]

pub struct ExportToken {
    pub file: u64,
    pub token: String,
    pub scan_id: Option<u64>,
}

Fields

Methods

impl ExportToken
[src]

[src]

[src]

Trait Implementations

impl Debug for ExportToken
[src]

[src]

Formats the value using the given formatter.

impl Clone for ExportToken
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ExportToken
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<V: VulnScanner> Waitable<V> for ExportToken
[src]

[src]

[src]