Struct protontweaks_api::system::SystemTweaks
source · 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§fn eq(&self, other: &SystemTweaks) -> bool
fn eq(&self, other: &SystemTweaks) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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