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