Struct nessus::structs::Folder [] [src]

pub struct Folder {
    pub unread_count: Option<u32>,
    pub custom: u32,
    pub default_tag: u32,
    pub folder_type: String,
    pub name: String,
    pub id: u64,
}

Fields

Trait Implementations

impl Debug for Folder
[src]

[src]

Formats the value using the given formatter.

impl Clone for Folder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Folder
[src]

[src]

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

[src]

This method tests for !=.