Enum cdp::page::TransitionType [] [src]

pub enum TransitionType {
    Link,
    Typed,
    AutoBookmark,
    AutoSubframe,
    ManualSubframe,
    Generated,
    AutoToplevel,
    FormSubmit,
    Reload,
    Keyword,
    KeywordGenerated,
    Other,
}

[Experimental] Transition type.

Variants

Represented as "link".

Represented as "typed".

Represented as "auto_bookmark".

Represented as "auto_subframe".

Represented as "manual_subframe".

Represented as "generated".

Represented as "auto_toplevel".

Represented as "form_submit".

Represented as "reload".

Represented as "keyword".

Represented as "keyword_generated".

Represented as "other".

Methods

impl TransitionType
[src]

ENUM_VALUES: &'static [TransitionType] = &[TransitionType::Link, TransitionType::Typed, TransitionType::AutoBookmark,
  TransitionType::AutoSubframe, TransitionType::ManualSubframe,
  TransitionType::Generated, TransitionType::AutoToplevel,
  TransitionType::FormSubmit, TransitionType::Reload, TransitionType::Keyword,
  TransitionType::KeywordGenerated, TransitionType::Other]

STR_VALUES: &'static [&'static str] = &["link", "typed", "auto_bookmark", "auto_subframe", "manual_subframe",
  "generated", "auto_toplevel", "form_submit", "reload", "keyword",
  "keyword_generated", "other"]

Trait Implementations

impl Clone for TransitionType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TransitionType
[src]

impl Debug for TransitionType
[src]

[src]

Formats the value using the given formatter.

impl Eq for TransitionType
[src]

impl PartialEq for TransitionType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Ord for TransitionType
[src]

[src]

This method returns an Ordering between self and other. Read more

1.21.0
[src]

Compares and returns the maximum of two values. Read more

1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl PartialOrd for TransitionType
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

1.0.0
[src]

This method tests less than (for self and other) and is used by the < operator. Read more

1.0.0
[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

1.0.0
[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

1.0.0
[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Hash for TransitionType
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl FromStr for TransitionType
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

impl Display for TransitionType
[src]

[src]

Formats the value using the given formatter. Read more