pear::input

Trait Show

Source
pub trait Show {
    // Required method
    fn fmt(&self, f: &mut Formatter<'_>) -> Result;
}

Required Methods§

Source

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Trait Implementations§

Source§

impl Display for &dyn Show

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Implementations on Foreign Types§

Source§

impl Show for &str

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl Show for Cow<'static, str>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl Show for char

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl Show for i8

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl Show for i16

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl Show for i32

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl Show for i64

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl Show for i128

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl Show for isize

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl Show for u8

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl Show for u16

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl Show for u32

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl Show for u64

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl Show for u128

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl Show for usize

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl Show for String

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show + ?Sized + ToOwned> Show for Cow<'_, T>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show + ?Sized> Show for &T

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for Option<T>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 0]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 1]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 2]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 3]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 4]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 5]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 6]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 7]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 8]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 9]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 10]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 11]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 12]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 13]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 14]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 15]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 16]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 17]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 18]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 19]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 20]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 21]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 22]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 23]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 24]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 25]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 26]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 27]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 28]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 29]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 30]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 31]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T; 32]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for [T]

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Source§

impl<T: Show> Show for Vec<T>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Implementors§

Source§

impl<'a> Show for Span<'a>

Source§

impl<T: Show> Show for Extent<T>