Struct completest_pty::ElvishRuntimeBuilder
source · #[non_exhaustive]pub struct ElvishRuntimeBuilder {}Available on Unix only.
Trait Implementations§
source§impl Debug for ElvishRuntimeBuilder
impl Debug for ElvishRuntimeBuilder
Auto Trait Implementations§
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