VOOZH about

URL: https://doc.rust-lang.org/std/fmt/trait.Display.html

⇱ Display in std::fmt - Rust


Skip to main content

Trait Display 

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

Required Methods§

Implementors§

Source§

impl Display for AsciiChar

1.34.0 · Source§

impl Display for Infallible

1.0.0 · Source§

impl Display for VarError

1.17.0 · Source§

impl Display for FromBytesWithNulError

1.89.0 · Source§

impl Display for std::fs::TryLockError

1.60.0 · Source§

impl Display for ErrorKind

1.7.0 · Source§

impl Display for IpAddr

1.0.0 · Source§

impl Display for SocketAddr

1.86.0 · Source§

impl Display for GetDisjointMutError

1.15.0 · Source§

impl Display for std::sync::mpsc::RecvTimeoutError

1.0.0 · Source§

impl Display for std::sync::mpsc::TryRecvError

1.0.0 · Source§

impl Display for bool

1.0.0 · Source§

impl Display for char

1.0.0 · Source§

impl Display for f16

1.0.0 · Source§

impl Display for f32

1.0.0 · Source§

impl Display for f64

1.0.0 · Source§

impl Display for i8

1.0.0 · Source§

impl Display for i16

1.0.0 · Source§

impl Display for i32

1.0.0 · Source§

impl Display for i64

1.0.0 · Source§

impl Display for i128

1.0.0 · Source§

impl Display for isize

Source§

impl Display for !

1.0.0 · Source§

impl Display for str

1.0.0 · Source§

impl Display for u8

1.0.0 · Source§

impl Display for u16

1.0.0 · Source§

impl Display for u32

1.0.0 · Source§

impl Display for u64

1.0.0 · Source§

impl Display for u128

1.0.0 · Source§

impl Display for usize

1.26.0 · Source§

impl Display for PanicInfo<'_>

1.81.0 · Source§

impl Display for PanicMessage<'_>

Source§

impl Display for AllocError

1.28.0 · Source§

impl Display for LayoutError

1.35.0 · Source§

impl Display for TryFromSliceError

1.39.0 · Source§

impl Display for std::ascii::EscapeDefault

1.65.0 · Source§

impl Display for Backtrace

Source§

impl Display for ByteStr

Source§

impl Display for ByteString

1.13.0 · Source§

impl Display for BorrowError

1.13.0 · Source§

impl Display for BorrowMutError

1.34.0 · Source§

impl Display for CharTryFromError

1.9.0 · Source§

impl Display for DecodeUtf16Error

1.20.0 · Source§

impl Display for std::char::EscapeDebug

1.16.0 · Source§

impl Display for std::char::EscapeDefault

1.16.0 · Source§

impl Display for std::char::EscapeUnicode

1.20.0 · Source§

impl Display for ParseCharError

1.16.0 · Source§

impl Display for ToLowercase

Source§

impl Display for ToTitlecase

1.16.0 · Source§

impl Display for ToUppercase

1.59.0 · Source§

impl Display for TryFromCharError

Source§

impl Display for UnorderedKeyError

1.57.0 · Source§

impl Display for TryReserveError

1.0.0 · Source§

impl Display for JoinPathsError

1.87.0 · Source§

impl Display for std::ffi::os_str::Display<'_>

1.69.0 · Source§

impl Display for FromBytesUntilNulError

1.58.0 · Source§

impl Display for FromVecWithNulError

1.7.0 · Source§

impl Display for IntoStringError

1.0.0 · Source§

impl Display for NulError

1.0.0 · Source§

impl Display for std::io::Error

1.56.0 · Source§

impl Display for WriterPanicked

1.4.0 · Source§

impl Display for AddrParseError

1.0.0 · Source§

impl Display for Ipv4Addr

1.0.0 · Source§

impl Display for Ipv6Addr

Writes an Ipv6Addr, conforming to the canonical style described by RFC 5952.

1.0.0 · Source§

impl Display for SocketAddrV4

1.0.0 · Source§

impl Display for SocketAddrV6

1.0.0 · Source§

impl Display for ParseFloatError

1.0.0 · Source§

impl Display for ParseIntError

1.34.0 · Source§

impl Display for TryFromIntError

1.63.0 · Source§

impl Display for InvalidHandleError

Available on Windows only.
1.63.0 · Source§

impl Display for NullHandleError

Available on Windows only.
1.26.0 · Source§

impl Display for Location<'_>

1.26.0 · Source§

impl Display for PanicHookInfo<'_>

1.0.0 · Source§

impl Display for std::path::Display<'_>

Source§

impl Display for NormalizeError

1.7.0 · Source§

impl Display for StripPrefixError

1.0.0 · Source§

impl Display for ExitStatus

Source§

impl Display for ExitStatusError

1.0.0 · Source§

impl Display for ParseBoolError

1.0.0 · Source§

impl Display for Utf8Error

1.0.0 · Source§

impl Display for FromUtf8Error

1.0.0 · Source§

impl Display for FromUtf16Error

1.0.0 · Source§

impl Display for String

1.0.0 · Source§

impl Display for RecvError

Source§

impl Display for WouldBlock

1.26.0 · Source§

impl Display for AccessError

1.8.0 · Source§

impl Display for SystemTimeError

1.66.0 · Source§

impl Display for TryFromFloatSecsError

1.0.0 · Source§

impl Display for Arguments<'_>

1.0.0 · Source§

impl Display for std::fmt::Error

1.60.0 · Source§

impl<'a> Display for EscapeAscii<'a>

1.34.0 · Source§

impl<'a> Display for std::str::EscapeDebug<'a>

1.34.0 · Source§

impl<'a> Display for std::str::EscapeDefault<'a>

1.34.0 · Source§

impl<'a> Display for std::str::EscapeUnicode<'a>

Source§

impl<'a, K, V, A> Display for std::collections::btree_map::OccupiedError<'a, K, V, A>
where K: Debug + Ord, V: Debug, A: Allocator + Clone,

Source§

impl<'a, K: Debug, V: Debug, A: Allocator> Display for std::collections::hash_map::OccupiedError<'a, K, V, A>

1.0.0 · Source§

impl<B> Display for Cow<'_, B>
where B: Display + ToOwned + ?Sized, <B as ToOwned>::Owned: Display,

Source§

impl<E> Display for Report<E>
where E: Error,

1.93.0 · Source§

impl<F> Display for FromFn<F>
where F: Fn(&mut Formatter<'_>) -> Result<(), Error>,

1.33.0 · Source§

impl<Ptr> Display for Pin<Ptr>
where Ptr: Display,

1.0.0 · Source§

impl<T> Display for std::sync::TryLockError<T>

Source§

impl<T> Display for SendTimeoutError<T>

1.0.0 · Source§

impl<T> Display for TrySendError<T>

Source§

impl<T> Display for std::sync::oneshot::RecvTimeoutError<T>

Source§

impl<T> Display for std::sync::oneshot::TryRecvError<T>

1.0.0 · Source§

impl<T> Display for &T
where T: Display + ?Sized,

1.0.0 · Source§

impl<T> Display for &mut T
where T: Display + ?Sized,

Source§

impl<T> Display for ThinBox<T>
where T: Display + ?Sized,

1.20.0 · Source§

impl<T> Display for Ref<'_, T>
where T: Display + ?Sized,

1.20.0 · Source§

impl<T> Display for RefMut<'_, T>
where T: Display + ?Sized,

1.28.0 · Source§

impl<T> Display for NonZero<T>

1.74.0 · Source§

impl<T> Display for Saturating<T>
where T: Display,

1.10.0 · Source§

impl<T> Display for Wrapping<T>
where T: Display,

1.0.0 · Source§

impl<T> Display for SendError<T>

1.0.0 · Source§

impl<T> Display for PoisonError<T>

1.0.0 · Source§

impl<T, A> Display for Box<T, A>
where T: Display + ?Sized, A: Allocator,

1.0.0 · Source§

impl<T, A> Display for Rc<T, A>
where T: Display + ?Sized, A: Allocator,

Source§

impl<T, A> Display for UniqueRc<T, A>
where T: Display + ?Sized, A: Allocator,

1.0.0 · Source§

impl<T, A> Display for Arc<T, A>
where T: Display + ?Sized, A: Allocator,

Source§

impl<T, A> Display for UniqueArc<T, A>
where T: Display + ?Sized, A: Allocator,

Source§

impl<T: Display + ?Sized> Display for ReentrantLockGuard<'_, T>

Source§

impl<T: ?Sized + Display> Display for std::sync::nonpoison::MappedMutexGuard<'_, T>

Source§

impl<T: ?Sized + Display> Display for std::sync::nonpoison::MappedRwLockReadGuard<'_, T>

Source§

impl<T: ?Sized + Display> Display for std::sync::nonpoison::MappedRwLockWriteGuard<'_, T>

Source§

impl<T: ?Sized + Display> Display for std::sync::nonpoison::MutexGuard<'_, T>

Source§

impl<T: ?Sized + Display> Display for std::sync::nonpoison::RwLockReadGuard<'_, T>

Source§

impl<T: ?Sized + Display> Display for std::sync::nonpoison::RwLockWriteGuard<'_, T>

Source§

impl<T: ?Sized + Display> Display for std::sync::MappedMutexGuard<'_, T>

Source§

impl<T: ?Sized + Display> Display for std::sync::MappedRwLockReadGuard<'_, T>

Source§

impl<T: ?Sized + Display> Display for std::sync::MappedRwLockWriteGuard<'_, T>

1.20.0 · Source§

impl<T: ?Sized + Display> Display for std::sync::MutexGuard<'_, T>

1.20.0 · Source§

impl<T: ?Sized + Display> Display for std::sync::RwLockReadGuard<'_, T>

1.20.0 · Source§

impl<T: ?Sized + Display> Display for std::sync::RwLockWriteGuard<'_, T>

1.0.0 · Source§

impl<W> Display for IntoInnerError<W>