pub struct Utterance {
pub id: u64,
pub text: String,
pub voice: String,
pub speed: f32,
pub source: Source,
}Fields§
§id: u64§text: String§voice: String§speed: f32§source: SourceTrait Implementations§
impl StructuralPartialEq for Utterance
Auto Trait Implementations§
impl Freeze for Utterance
impl RefUnwindSafe for Utterance
impl Send for Utterance
impl Sync for Utterance
impl Unpin for Utterance
impl UnsafeUnpin for Utterance
impl UnwindSafe for Utterance
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