Enum ruma_events::call::SessionDescriptionType [] [src]

pub enum SessionDescriptionType {
    Answer,
    Offer,
}

The type of VoIP session description.

Variants

An answer.

An offer.

Trait Implementations

impl Clone for SessionDescriptionType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SessionDescriptionType
[src]

impl Debug for SessionDescriptionType
[src]

Formats the value using the given formatter.

impl PartialEq for SessionDescriptionType
[src]

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

This method tests for !=.

impl Display for SessionDescriptionType
[src]

Formats the value using the given formatter.

impl FromStr for SessionDescriptionType
[src]

The associated error which can be returned from parsing.

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