pub struct Say {
pub txt: String,
pub voice: Voice,
pub language: String,
}Fields§
§txt: String§voice: Voice§language: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Say
impl RefUnwindSafe for Say
impl Send for Say
impl Sync for Say
impl Unpin for Say
impl UnwindSafe for Say
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