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 ==.impl Copy for LinkCapability
impl Eq for LinkCapability
impl StructuralEq for LinkCapability
impl StructuralPartialEq for LinkCapability
Auto Trait Implementations§
impl RefUnwindSafe for LinkCapability
impl Send for LinkCapability
impl Sync for LinkCapability
impl Unpin for LinkCapability
impl UnwindSafe for LinkCapability
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