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