pub struct DesktopTargetConfig {
pub enabled: bool,
pub runtime_archive: Option<PathBuf>,
}Fields§
§enabled: bool§runtime_archive: Option<PathBuf>Trait Implementations§
Source§impl Clone for DesktopTargetConfig
impl Clone for DesktopTargetConfig
Source§fn clone(&self) -> DesktopTargetConfig
fn clone(&self) -> DesktopTargetConfig
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 moreSource§impl Debug for DesktopTargetConfig
impl Debug for DesktopTargetConfig
impl Eq for DesktopTargetConfig
Source§impl PartialEq for DesktopTargetConfig
impl PartialEq for DesktopTargetConfig
Source§fn eq(&self, other: &DesktopTargetConfig) -> bool
fn eq(&self, other: &DesktopTargetConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DesktopTargetConfig
Auto Trait Implementations§
impl Freeze for DesktopTargetConfig
impl RefUnwindSafe for DesktopTargetConfig
impl Send for DesktopTargetConfig
impl Sync for DesktopTargetConfig
impl Unpin for DesktopTargetConfig
impl UnsafeUnpin for DesktopTargetConfig
impl UnwindSafe for DesktopTargetConfig
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