pub struct Ini {
pub body: Vec<ScriptExpression>,
}Expand description
For user.ini, userst.ini, etc.
A list of calls, fields, and comments.
Fields§
§body: Vec<ScriptExpression>Auto Trait Implementations§
impl Freeze for Ini
impl RefUnwindSafe for Ini
impl Send for Ini
impl Sync for Ini
impl Unpin for Ini
impl UnwindSafe for Ini
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