pub struct TerminalCommandDetectionAvailableAction {}Expand description
Shell integration has loaded and the terminal now supports command detection. The server dispatches this when shell integration becomes available (which may happen asynchronously after the terminal is created).
Clients MUST NOT assume command detection is available until this action
(or terminal/commandExecuted) has been received.
Trait Implementations§
Source§impl Clone for TerminalCommandDetectionAvailableAction
impl Clone for TerminalCommandDetectionAvailableAction
Source§fn clone(&self) -> TerminalCommandDetectionAvailableAction
fn clone(&self) -> TerminalCommandDetectionAvailableAction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for TerminalCommandDetectionAvailableAction
impl<'de> Deserialize<'de> for TerminalCommandDetectionAvailableAction
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TerminalCommandDetectionAvailableAction
impl PartialEq for TerminalCommandDetectionAvailableAction
Source§fn eq(&self, other: &TerminalCommandDetectionAvailableAction) -> bool
fn eq(&self, other: &TerminalCommandDetectionAvailableAction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TerminalCommandDetectionAvailableAction
Auto Trait Implementations§
impl Freeze for TerminalCommandDetectionAvailableAction
impl RefUnwindSafe for TerminalCommandDetectionAvailableAction
impl Send for TerminalCommandDetectionAvailableAction
impl Sync for TerminalCommandDetectionAvailableAction
impl Unpin for TerminalCommandDetectionAvailableAction
impl UnsafeUnpin for TerminalCommandDetectionAvailableAction
impl UnwindSafe for TerminalCommandDetectionAvailableAction
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