Struct completest_pty::ElvishRuntime
source · pub struct ElvishRuntime { /* private fields */ }
Available on Unix only.
Expand description
Elvish runtime
Implementations§
Trait Implementations§
source§impl Debug for ElvishRuntime
impl Debug for ElvishRuntime
source§impl Runtime for ElvishRuntime
impl Runtime for ElvishRuntime
Auto Trait Implementations§
impl Freeze for ElvishRuntime
impl RefUnwindSafe for ElvishRuntime
impl Send for ElvishRuntime
impl Sync for ElvishRuntime
impl Unpin for ElvishRuntime
impl UnwindSafe for ElvishRuntime
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