pub struct PunctuationConfig {
pub model: String,
pub debug: bool,
pub num_threads: Option<i32>,
pub provider: Option<String>,
}
Fields§
§model: String
§debug: bool
§num_threads: Option<i32>
§provider: Option<String>
Trait Implementations§
Source§impl Clone for PunctuationConfig
impl Clone for PunctuationConfig
Source§fn clone(&self) -> PunctuationConfig
fn clone(&self) -> PunctuationConfig
Returns a copy 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 moreSource§impl Debug for PunctuationConfig
impl Debug for PunctuationConfig
Source§impl Default for PunctuationConfig
impl Default for PunctuationConfig
Source§fn default() -> PunctuationConfig
fn default() -> PunctuationConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PunctuationConfig
impl RefUnwindSafe for PunctuationConfig
impl Send for PunctuationConfig
impl Sync for PunctuationConfig
impl Unpin for PunctuationConfig
impl UnwindSafe for PunctuationConfig
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