Enum webrtc_ice::url::SchemeType [−][src]
pub enum SchemeType {
Stun,
Stuns,
Turn,
Turns,
Unknown,
}Expand description
The type of server used in the ice.URL structure.
Variants
The URL represents a STUN server.
The URL represents a STUNS (secure) server.
The URL represents a TURN server.
The URL represents a TURNS (secure) server.
Default public constant to use for “enum” like struct comparisons when no value was defined.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SchemeTypeimpl Send for SchemeTypeimpl Sync for SchemeTypeimpl Unpin for SchemeTypeimpl UnwindSafe for SchemeTypeBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V