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