Struct texlang_stdlib::repl::RunOptions
source · pub struct RunOptions<'a> {
pub prompt: &'a str,
pub help: &'a str,
}
Fields§
§prompt: &'a str
§help: &'a str
Auto Trait Implementations§
impl<'a> RefUnwindSafe for RunOptions<'a>
impl<'a> Send for RunOptions<'a>
impl<'a> Sync for RunOptions<'a>
impl<'a> Unpin for RunOptions<'a>
impl<'a> UnwindSafe for RunOptions<'a>
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