Struct stdweb::web::TokenList[][src]

pub struct TokenList(_);

The TokenList represents a set of space-separated tokens.

(JavaScript docs)

Methods

impl TokenList
[src]

Gets the number of tokens in the list.

(JavaScript docs)

Adds token to the underlying string.

(JavaScript docs)

Removes token from the underlying string.

(JavaScript docs)

Returns true if the underlying string contains token, otherwise false.

(JavaScript docs)

Trait Implementations

impl Clone for TokenList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TokenList
[src]

Formats the value using the given formatter. Read more

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

impl InstanceOf for TokenList
[src]

Checks whenever a given Reference if of type Self.

impl AsRef<Reference> for TokenList
[src]

Performs the conversion.

impl ReferenceType for TokenList
[src]

Converts a given reference into a concrete reference-like wrapper. Doesn't do any type checking; highly unsafe to use! Read more

impl From<TokenList> for Reference
[src]

Performs the conversion.

impl TryFrom<TokenList> for Reference
[src]

The type returned in the event of a conversion error.

Performs the conversion.

impl TryFrom<Reference> for TokenList
[src]

The type returned in the event of a conversion error.

Performs the conversion.

impl<'_r> TryFrom<&'_r Reference> for TokenList
[src]

The type returned in the event of a conversion error.

Performs the conversion.

impl TryFrom<Value> for TokenList
[src]

The type returned in the event of a conversion error.

Performs the conversion.

impl<'_r> TryFrom<&'_r Value> for TokenList
[src]

The type returned in the event of a conversion error.

Performs the conversion.

impl JsSerialize for TokenList
[src]

Auto Trait Implementations

impl Send for TokenList

impl Sync for TokenList