Enum onefetch_image::ImageProtocol
source · pub enum ImageProtocol {
Kitty,
Sixel,
Iterm,
}
Variants§
Trait Implementations§
source§impl Clone for ImageProtocol
impl Clone for ImageProtocol
source§fn clone(&self) -> ImageProtocol
fn clone(&self) -> ImageProtocol
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 ImageProtocol
impl Debug for ImageProtocol
source§impl PartialEq<ImageProtocol> for ImageProtocol
impl PartialEq<ImageProtocol> for ImageProtocol
source§fn eq(&self, other: &ImageProtocol) -> bool
fn eq(&self, other: &ImageProtocol) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.