pub struct MoonshineConfig {
pub preprocessor: String,
pub encoder: String,
pub uncached_decoder: String,
pub cached_decoder: String,
pub tokens: String,
pub provider: Option<String>,
pub num_threads: Option<i32>,
pub debug: bool,
}
Fields§
§preprocessor: String
§encoder: String
§uncached_decoder: String
§cached_decoder: String
§tokens: String
§provider: Option<String>
§num_threads: Option<i32>
§debug: bool
Trait Implementations§
Source§impl Debug for MoonshineConfig
impl Debug for MoonshineConfig
Auto Trait Implementations§
impl Freeze for MoonshineConfig
impl RefUnwindSafe for MoonshineConfig
impl Send for MoonshineConfig
impl Sync for MoonshineConfig
impl Unpin for MoonshineConfig
impl UnwindSafe for MoonshineConfig
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