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