Struct telexide_fork::model::VoiceChatStarted [−][src]
pub struct VoiceChatStarted {}Expand description
This object represents a service message about a voice chat started in the chat. Currently holds no information.
Trait Implementations
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 VoiceChatStarted
impl Send for VoiceChatStarted
impl Sync for VoiceChatStarted
impl Unpin for VoiceChatStarted
impl UnwindSafe for VoiceChatStarted
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more