pub struct ReplState {
pub file_path: Option<PathBuf>,
}Expand description
Session state.
Fields§
§file_path: Option<PathBuf>Path to the currently loaded .amem file.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReplState
impl RefUnwindSafe for ReplState
impl Send for ReplState
impl Sync for ReplState
impl Unpin for ReplState
impl UnsafeUnpin for ReplState
impl UnwindSafe for ReplState
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