pub struct LanguagePackAutoUpdateOptions {
pub enabled: bool,
pub endpoint: Option<String>,
pub cache_root: PathBuf,
pub timeout_ms: u64,
pub lang_filter: Option<String>,
}Fields§
§enabled: bool§endpoint: Option<String>§cache_root: PathBuf§timeout_ms: u64§lang_filter: Option<String>Trait Implementations§
Source§impl Clone for LanguagePackAutoUpdateOptions
impl Clone for LanguagePackAutoUpdateOptions
Source§fn clone(&self) -> LanguagePackAutoUpdateOptions
fn clone(&self) -> LanguagePackAutoUpdateOptions
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 LanguagePackAutoUpdateOptions
impl RefUnwindSafe for LanguagePackAutoUpdateOptions
impl Send for LanguagePackAutoUpdateOptions
impl Sync for LanguagePackAutoUpdateOptions
impl Unpin for LanguagePackAutoUpdateOptions
impl UnsafeUnpin for LanguagePackAutoUpdateOptions
impl UnwindSafe for LanguagePackAutoUpdateOptions
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