pub struct LParse {
pub entries: HashMap<String, EntryData>,
/* private fields */
}Expand description
A LParse file in memory
Fields§
§entries: HashMap<String, EntryData>The entries present in the lparse file
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LParse
impl RefUnwindSafe for LParse
impl Send for LParse
impl Sync for LParse
impl Unpin for LParse
impl UnwindSafe for LParse
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