pub struct TtsGenBuilder { /* private fields */ }Expand description
Builder for TtsGen.
Implementationsยง
Sourceยงimpl TtsGenBuilder
impl TtsGenBuilder
pub fn model<VALUE: Into<Model>>(&mut self, value: VALUE) -> &mut Self
pub fn input<VALUE: Into<Message>>(&mut self, value: VALUE) -> &mut Self
pub fn system<VALUE: Into<Vec<Message>>>(&mut self, value: VALUE) -> &mut Self
pub fn voice<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Trait Implementationsยง
Sourceยงimpl Clone for TtsGenBuilder
impl Clone for TtsGenBuilder
Sourceยงfn clone(&self) -> TtsGenBuilder
fn clone(&self) -> TtsGenBuilder
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementationsยง
impl Freeze for TtsGenBuilder
impl RefUnwindSafe for TtsGenBuilder
impl Send for TtsGenBuilder
impl Sync for TtsGenBuilder
impl Unpin for TtsGenBuilder
impl UnsafeUnpin for TtsGenBuilder
impl UnwindSafe for TtsGenBuilder
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