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

pub struct TokenList(_);

The TokenList represents a set of space-separated tokens.

(JavaScript docs)

Methods

impl TokenList
[src]

[src]

Gets the number of tokens in the list.

(JavaScript docs)

[src]

Adds token to the underlying string.

(JavaScript docs)

[src]

Removes token from the underlying string.

(JavaScript docs)

[src]

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

(JavaScript docs)

Trait Implementations

impl Debug for TokenList
[src]

[src]

Formats the value using the given formatter.

impl Clone for TokenList
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl AsRef<Reference> for TokenList
[src]

[src]

Performs the conversion.

impl<R: TryInto<Reference>> TryFrom<R> for TokenList where
    <R as TryInto<Reference>>::Error: Into<Box<Error>>, 
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.