pub struct SystemTweaks {
pub tricks: Vec<String>,
pub env: HashMap<String, String>,
pub args: Vec<String>,
pub settings: TweakSettings,
}Fields§
§tricks: Vec<String>§env: HashMap<String, String>§args: Vec<String>§settings: TweakSettingsTrait Implementations§
Source§impl Debug for SystemTweaks
impl Debug for SystemTweaks
Source§impl<'de> Deserialize<'de> for SystemTweaks
impl<'de> Deserialize<'de> for SystemTweaks
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
Source§impl PartialEq for SystemTweaks
impl PartialEq for SystemTweaks
Source§impl Serialize for SystemTweaks
impl Serialize for SystemTweaks
impl StructuralPartialEq for SystemTweaks
Auto Trait Implementations§
impl Freeze for SystemTweaks
impl RefUnwindSafe for SystemTweaks
impl Send for SystemTweaks
impl Sync for SystemTweaks
impl Unpin for SystemTweaks
impl UnwindSafe for SystemTweaks
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