pub struct RuntimeState {
pub current_dir: PathBuf,
pub args: Vec<String>,
}
Fields§
§current_dir: PathBuf
§args: Vec<String>
Trait Implementations§
Source§impl Default for RuntimeState
impl Default for RuntimeState
Source§fn default() -> RuntimeState
fn default() -> RuntimeState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RuntimeState
impl RefUnwindSafe for RuntimeState
impl Send for RuntimeState
impl Sync for RuntimeState
impl Unpin for RuntimeState
impl UnwindSafe for RuntimeState
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