pub struct ValidateForVoice { /* private fields */ }
Implementations§
Source§impl ValidateForVoice
impl ValidateForVoice
pub fn new(client: Client) -> Self
pub fn post( &self, params: ValidateForVoiceParams, ) -> Result<ValidateForVoiceResponse, Error>
Auto Trait Implementations§
impl Freeze for ValidateForVoice
impl RefUnwindSafe for ValidateForVoice
impl Send for ValidateForVoice
impl Sync for ValidateForVoice
impl Unpin for ValidateForVoice
impl UnwindSafe for ValidateForVoice
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