pub enum TerminalFeature {
Multiline,
CopyPaste,
ShellIntegration,
ThemeSync,
Notifications,
}Expand description
Terminal features that can be configured.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TerminalFeature
impl Clone for TerminalFeature
Source§fn clone(&self) -> TerminalFeature
fn clone(&self) -> TerminalFeature
Returns a duplicate of the value. Read more
1.0.0 · 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 TerminalFeature
impl Debug for TerminalFeature
Source§impl PartialEq for TerminalFeature
impl PartialEq for TerminalFeature
impl Copy for TerminalFeature
impl Eq for TerminalFeature
impl StructuralPartialEq for TerminalFeature
Auto Trait Implementations§
impl Freeze for TerminalFeature
impl RefUnwindSafe for TerminalFeature
impl Send for TerminalFeature
impl Sync for TerminalFeature
impl Unpin for TerminalFeature
impl UnsafeUnpin for TerminalFeature
impl UnwindSafe for TerminalFeature
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