Trait rust_tdlib::types::TDCallProblem [−][src]
pub trait TDCallProblem: Debug + RObject { }
Expand description
Describes the exact type of a problem with a call
pub trait TDCallProblem: Debug + RObject { }
Describes the exact type of a problem with a call
impl<'a, CALLPROBLEM: TDCallProblem> TDCallProblem for &'a CALLPROBLEM
[src]impl<'a, CALLPROBLEM: TDCallProblem> TDCallProblem for &'a mut CALLPROBLEM
[src]impl TDCallProblem for CallProblemDistortedSpeech
[src]impl TDCallProblem for CallProblemDistortedVideo
[src]impl TDCallProblem for CallProblemDropped
[src]impl TDCallProblem for CallProblemEcho
[src]impl TDCallProblem for CallProblemInterruptions
[src]impl TDCallProblem for CallProblemNoise
[src]impl TDCallProblem for CallProblemPixelatedVideo
[src]impl TDCallProblem for CallProblemSilentLocal
[src]impl TDCallProblem for CallProblemSilentRemote
[src]