pub enum LinkCapability {
Osc8(Osc8Links),
}Expand description
How the terminal supports inline links.
Variants§
Trait Implementations§
source§impl Clone for LinkCapability
impl Clone for LinkCapability
source§fn clone(&self) -> LinkCapability
fn clone(&self) -> LinkCapability
Returns a copy 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 LinkCapability
impl Debug for LinkCapability
source§impl PartialEq<LinkCapability> for LinkCapability
impl PartialEq<LinkCapability> for LinkCapability
source§fn eq(&self, other: &LinkCapability) -> bool
fn eq(&self, other: &LinkCapability) -> bool
This method tests for
self and other values to be equal, and is used
by ==.