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