Enum presenterm::ImageProtocol
source · pub enum ImageProtocol {
Auto,
Iterm2,
KittyLocal,
KittyRemote,
Sixel,
AsciiBlocks,
}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 Default for ImageProtocol
impl Default for ImageProtocol
source§fn default() -> ImageProtocol
fn default() -> ImageProtocol
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ImageProtocol
impl<'de> Deserialize<'de> for ImageProtocol
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl TryFrom<&ImageProtocol> for GraphicsMode
impl TryFrom<&ImageProtocol> for GraphicsMode
source§impl ValueEnum for ImageProtocol
impl ValueEnum for ImageProtocol
Auto Trait Implementations§
impl RefUnwindSafe for ImageProtocol
impl Send for ImageProtocol
impl Sync for ImageProtocol
impl Unpin for ImageProtocol
impl UnwindSafe for ImageProtocol
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
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().