Struct ppapi::StringVarExperimental
[-]
[+]
[src]
pub struct StringVar(_);
pub struct StringVar(_);
impl StringVar
fn new<T: Str>(v: &T) -> StringVar
fn new_from_str(v: &str) -> StringVar
fn new_from_var(v: PP_Var) -> StringVar
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
impl ToStringVar for StringVar
fn to_string_var(&self) -> StringVar
impl ToVar for StringVar
impl ByRefVar for StringVar
impl Show for StringVar
impl Str for StringVar
impl String for StringVar
impl<__S: Writer + Hasher> Hash<__S> for StringVar
fn hash(&self, __arg_0: &mut __S)
impl PartialEq for StringVar
impl Eq for StringVar
fn assert_receiver_is_total_eq(&self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).