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 moresource§impl Debug for ImageCapability
impl Debug for ImageCapability
impl Copy for ImageCapability
Auto Trait Implementations§
impl RefUnwindSafe for ImageCapability
impl Send for ImageCapability
impl Sync for ImageCapability
impl Unpin for ImageCapability
impl UnwindSafe for ImageCapability
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