pub struct VoiceParams {
pub from: Option<String>,
pub text: String,
pub to: String,
pub xml: Option<bool>,
}
Fields§
§from: Option<String>
§text: String
§to: String
§xml: Option<bool>
Auto Trait Implementations§
impl Freeze for VoiceParams
impl RefUnwindSafe for VoiceParams
impl Send for VoiceParams
impl Sync for VoiceParams
impl Unpin for VoiceParams
impl UnwindSafe for VoiceParams
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