pub struct PlatformSection {
pub tray: bool,
pub autostart: bool,
pub notifications: bool,
pub updater: bool,
pub single_instance: bool,
pub window_state: bool,
}Fields§
§tray: bool§autostart: bool§notifications: bool§updater: bool§single_instance: bool§window_state: boolTrait Implementations§
Source§impl Clone for PlatformSection
impl Clone for PlatformSection
Source§fn clone(&self) -> PlatformSection
fn clone(&self) -> PlatformSection
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 PlatformSection
impl Debug for PlatformSection
Source§impl Default for PlatformSection
impl Default for PlatformSection
Source§impl<'de> Deserialize<'de> for PlatformSectionwhere
PlatformSection: Default,
impl<'de> Deserialize<'de> for PlatformSectionwhere
PlatformSection: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PlatformSection
impl RefUnwindSafe for PlatformSection
impl Send for PlatformSection
impl Sync for PlatformSection
impl Unpin for PlatformSection
impl UnsafeUnpin for PlatformSection
impl UnwindSafe for PlatformSection
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