pub struct FileUpdateHelperConfig {
pub application_id: &'static str,
pub current_version: &'static str,
pub public_keys: &'static [&'static str],
pub updater_public_key: &'static str,
pub main_executable: &'static str,
pub managed_paths: &'static [&'static str],
pub hpatchz_relative_path: &'static str,
}Fields§
§application_id: &'static str§current_version: &'static str§public_keys: &'static [&'static str]§updater_public_key: &'static str§main_executable: &'static str§managed_paths: &'static [&'static str]§hpatchz_relative_path: &'static strTrait Implementations§
Source§impl Clone for FileUpdateHelperConfig
impl Clone for FileUpdateHelperConfig
Source§fn clone(&self) -> FileUpdateHelperConfig
fn clone(&self) -> FileUpdateHelperConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FileUpdateHelperConfig
Auto Trait Implementations§
impl Freeze for FileUpdateHelperConfig
impl RefUnwindSafe for FileUpdateHelperConfig
impl Send for FileUpdateHelperConfig
impl Sync for FileUpdateHelperConfig
impl Unpin for FileUpdateHelperConfig
impl UnsafeUnpin for FileUpdateHelperConfig
impl UnwindSafe for FileUpdateHelperConfig
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