pub struct InjectRequest {
pub call_sid: String,
pub text: String,
}Fields§
§call_sid: StringThe call_sid to inject audio into.
text: StringText to synthesize and speak into the active call.
Trait Implementations§
Source§impl Debug for InjectRequest
impl Debug for InjectRequest
Source§impl<'de> Deserialize<'de> for InjectRequest
impl<'de> Deserialize<'de> for InjectRequest
Source§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 Freeze for InjectRequest
impl RefUnwindSafe for InjectRequest
impl Send for InjectRequest
impl Sync for InjectRequest
impl Unpin for InjectRequest
impl UnsafeUnpin for InjectRequest
impl UnwindSafe for InjectRequest
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