Trait pear::input::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>