[go: up one dir, main page]

Struct ws::util::Token []

pub struct Token(pub usize);

Methods

impl Token

Trait Implementations

impl Hash for Token

impl Ord for Token

impl PartialOrd<Token> for Token

impl Eq for Token

impl PartialEq<Token> for Token

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Token

Formats the value using the given formatter.

impl Clone for Token

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Token

impl Index for Token