pub struct ShellTerminalBridge {}
Trait Implementations§
Source§impl TerminalBridge for ShellTerminalBridge
impl TerminalBridge for ShellTerminalBridge
Auto Trait Implementations§
impl Freeze for ShellTerminalBridge
impl RefUnwindSafe for ShellTerminalBridge
impl Send for ShellTerminalBridge
impl Sync for ShellTerminalBridge
impl Unpin for ShellTerminalBridge
impl UnwindSafe for ShellTerminalBridge
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