pub struct DisplayChain<'a, S> { /* private fields */ }
Expand description
A display implementation for formatting separated layers of an error.
Produced by the display
method.
Trait Implementations§
Source§impl<'a, S: Clone> Clone for DisplayChain<'a, S>
impl<'a, S: Clone> Clone for DisplayChain<'a, S>
Source§fn clone(&self) -> DisplayChain<'a, S>
fn clone(&self) -> DisplayChain<'a, S>
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<'a, S: Debug> Debug for DisplayChain<'a, S>
impl<'a, S: Debug> Debug for DisplayChain<'a, S>
Source§impl<S: Display> Display for DisplayChain<'_, S>
impl<S: Display> Display for DisplayChain<'_, S>
impl<'a, S: Copy> Copy for DisplayChain<'a, S>
Auto Trait Implementations§
impl<'a, S> Freeze for DisplayChain<'a, S>where
S: Freeze,
impl<'a, S> !RefUnwindSafe for DisplayChain<'a, S>
impl<'a, S> !Send for DisplayChain<'a, S>
impl<'a, S> !Sync for DisplayChain<'a, S>
impl<'a, S> Unpin for DisplayChain<'a, S>where
S: Unpin,
impl<'a, S> !UnwindSafe for DisplayChain<'a, S>
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