pub struct TSpeechServiceProcessFunctions;Implementations§
Source§impl TSpeechServiceProcessFunctions
impl TSpeechServiceProcessFunctions
pub fn process_say<H: SpeechServiceSyncHandler>( handler: &H, incoming_sequence_number: i32, i_prot: &mut dyn TInputProtocol, o_prot: &mut dyn TOutputProtocol, ) -> Result<()>
Auto Trait Implementations§
impl Freeze for TSpeechServiceProcessFunctions
impl RefUnwindSafe for TSpeechServiceProcessFunctions
impl Send for TSpeechServiceProcessFunctions
impl Sync for TSpeechServiceProcessFunctions
impl Unpin for TSpeechServiceProcessFunctions
impl UnwindSafe for TSpeechServiceProcessFunctions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more