Enum swf_tree::avm1::actions::SendVarsMethod [] [src]

pub enum SendVarsMethod {
    None,
    Get,
    Post,
}

Variants

Trait Implementations

impl Debug for SendVarsMethod
[src]

Formats the value using the given formatter.

impl PartialEq for SendVarsMethod
[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 SendVarsMethod
[src]