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 SchemeType
impl Send for SchemeType
impl Sync for SchemeType
impl Unpin for SchemeType
impl UnwindSafe for SchemeType
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V