Enum swf_tree::avm1::actions::SendVarsMethod
[−]
[src]
pub enum SendVarsMethod { None, Get, Post, }
Variants
None
Get
Post
Trait Implementations
impl Debug for SendVarsMethod
[src]
impl PartialEq for SendVarsMethod
[src]
fn eq(&self, __arg_0: &SendVarsMethod) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.