pub enum ImageCapability {
Terminology(Terminology),
ITerm2(ITerm2),
Kitty(KittyImages),
}Expand description
The capability of the terminal to write images inline.
Variants§
Terminology(Terminology)
The terminal understands the terminology image protocol.
ITerm2(ITerm2)
The terminal understands the iterm2 image protocol.
Kitty(KittyImages)
The terminal understands the kitty image protocol.
Trait Implementations§
source§impl Clone for ImageCapability
impl Clone for ImageCapability
source§fn clone(&self) -> ImageCapability
fn clone(&self) -> ImageCapability
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 more