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>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for CallServerType
impl Send for CallServerType
impl Sync for CallServerType
impl Unpin for CallServerType
impl UnwindSafe for CallServerType
Blanket Implementations
Mutably borrows from an owned value. Read more