Enum rust_tdlib::types::CallServerType  [−][src]
pub enum CallServerType {
    TelegramReflector(CallServerTypeTelegramReflector),
    Webrtc(CallServerTypeWebrtc),
    // some variants omitted
}Expand description
Describes the type of a call server
Variants
TelegramReflector(CallServerTypeTelegramReflector)A Telegram call reflector
Webrtc(CallServerTypeWebrtc)A WebRTC server
Implementations
Trait Implementations
Performs the conversion.
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for CallServerTypeimpl Send for CallServerTypeimpl Sync for CallServerTypeimpl Unpin for CallServerTypeimpl UnwindSafe for CallServerTypeBlanket Implementations
Mutably borrows from an owned value. Read more