Struct ppapi::StringVarExperimental [-]  [+] [src]

pub struct StringVar(_);

Methods

impl StringVar

fn new<T: Str>(v: &T) -> StringVar

fn new_from_str(v: &str) -> StringVar

fn new_from_var(v: PP_Var) -> StringVar

Trait Implementations

impl Drop for StringVar

fn drop(&mut self)

impl Clone for StringVar

fn clone(&self) -> StringVar

fn clone_from(&mut self, source: &Self)

impl Var for StringVar

fn is_a_string(&self) -> bool

fn is_null(&self) -> bool

fn is_undefined(&self) -> bool

fn is_a_bool(&self) -> bool

fn is_an_i32(&self) -> bool

fn is_a_f64(&self) -> bool

fn is_an_object(&self) -> bool

fn is_an_array(&self) -> bool

fn is_a_dictionary(&self) -> bool

fn is_an_array_buffer(&self) -> bool

fn is_a_resource(&self) -> bool

impl FromVar for StringVar

fn from_var(var: PP_Var) -> Option<StringVar>

impl ToStringVar for StringVar

fn to_string_var(&self) -> StringVar

impl ToVar for StringVar

fn to_var(&self) -> PP_Var

fn to_any(&self) -> AnyVar

impl ByRefVar for StringVar

fn get_id(&self) -> i64

impl Show for StringVar

fn fmt(&self, f: &mut Formatter) -> Result

impl Str for StringVar

fn as_slice<'a>(&'a self) -> &'a str

impl String for StringVar

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl<__S: Writer + Hasher> Hash<__S> for StringVar

fn hash(&self, __arg_0: &mut __S)

impl PartialEq for StringVar

fn eq(&self, __arg_0: &StringVar) -> bool

fn ne(&self, __arg_0: &StringVar) -> bool

impl Eq for StringVar

fn assert_receiver_is_total_eq(&self)