pub struct Scripts {
pub scripts: Vec<Script>,
/* private fields */
}Fields§
§scripts: Vec<Script>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Scripts
impl<'de> Deserialize<'de> for Scripts
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 ListSetting for Scripts
impl ListSetting for Scripts
Source§impl LockSettingsFile for Scripts
impl LockSettingsFile for Scripts
Source§impl Settings for Scripts
impl Settings for Scripts
Source§fn store_lock(&mut self, file_lock: FlockLock<File>)
fn store_lock(&mut self, file_lock: FlockLock<File>)
Store the file lock of the settings file to prevent outside changes.
Source§fn controls_file(&self) -> bool
fn controls_file(&self) -> bool
Returns whether the current object controls the settings file or not.
Source§fn priority(&self) -> SettingsPriority
fn priority(&self) -> SettingsPriority
Returns the priority of the settings object.
Source§impl SystemSettings for Scripts
impl SystemSettings for Scripts
Auto Trait Implementations§
impl Freeze for Scripts
impl RefUnwindSafe for Scripts
impl Send for Scripts
impl Sync for Scripts
impl Unpin for Scripts
impl UnwindSafe for Scripts
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