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