Struct swf_tree::tags::Telemetry [] [src]

pub struct Telemetry {
    pub password: Option<Vec<u8>>,
}

Fields

Trait Implementations

impl Debug for Telemetry
[src]

Formats the value using the given formatter.

impl PartialEq for Telemetry
[src]

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

This method tests for !=.

impl Eq for Telemetry
[src]