Struct completest_pty::ElvishRuntimeBuilder
source · #[non_exhaustive]pub struct ElvishRuntimeBuilder {}
Available on Unix only.
Expand description
Abstract factory for ElvishRuntime
Trait Implementations§
source§impl Debug for ElvishRuntimeBuilder
impl Debug for ElvishRuntimeBuilder
Auto Trait Implementations§
impl Freeze for ElvishRuntimeBuilder
impl RefUnwindSafe for ElvishRuntimeBuilder
impl Send for ElvishRuntimeBuilder
impl Sync for ElvishRuntimeBuilder
impl Unpin for ElvishRuntimeBuilder
impl UnwindSafe for ElvishRuntimeBuilder
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