pub struct ProviderTerminalInputModes {
pub mouse_tracking: String,
pub mouse_encoding: String,
pub focus_reporting: String,
}Expand description
Production terminal parser configuration for one committed revision.
Fields§
§mouse_tracking: StringMouse tracking level accepted by the production parser.
mouse_encoding: StringMouse report encoding accepted by the production parser.
focus_reporting: StringWhether the production parser accepts terminal focus reports.
Trait Implementations§
Source§impl Clone for ProviderTerminalInputModes
impl Clone for ProviderTerminalInputModes
Source§fn clone(&self) -> ProviderTerminalInputModes
fn clone(&self) -> ProviderTerminalInputModes
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 Debug for ProviderTerminalInputModes
impl Debug for ProviderTerminalInputModes
Source§impl<'de> Deserialize<'de> for ProviderTerminalInputModes
impl<'de> Deserialize<'de> for ProviderTerminalInputModes
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
impl Eq for ProviderTerminalInputModes
impl StructuralPartialEq for ProviderTerminalInputModes
Auto Trait Implementations§
impl Freeze for ProviderTerminalInputModes
impl RefUnwindSafe for ProviderTerminalInputModes
impl Send for ProviderTerminalInputModes
impl Sync for ProviderTerminalInputModes
impl Unpin for ProviderTerminalInputModes
impl UnsafeUnpin for ProviderTerminalInputModes
impl UnwindSafe for ProviderTerminalInputModes
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