pub struct FetchParams {
pub file_name: &'static str,
pub input_dir: &'static str,
pub output_dir: &'static str,
pub dummy_input: &'static str,
pub download_url: &'static str,
}Fields§
§file_name: &'static strDictionary file name
input_dir: &'static strMeCab directory
output_dir: &'static strLindera directory
dummy_input: &'static strDummy input for docs.rs
download_url: &'static strURL from which to fetch the asset
Auto Trait Implementations§
impl Freeze for FetchParams
impl RefUnwindSafe for FetchParams
impl Send for FetchParams
impl Sync for FetchParams
impl Unpin for FetchParams
impl UnwindSafe for FetchParams
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