pub struct Displayed<'a, T: Render>(/* private fields */);Expand description
Display adapter pairing a node with its RenderCtx so format!,
to_string, and {} work at any boundary.
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> !RefUnwindSafe for Displayed<'a, T>
impl<'a, T> !Send for Displayed<'a, T>
impl<'a, T> !Sync for Displayed<'a, T>
impl<'a, T> !UnwindSafe for Displayed<'a, T>
impl<'a, T> Freeze for Displayed<'a, T>
impl<'a, T> Unpin for Displayed<'a, T>
impl<'a, T> UnsafeUnpin for Displayed<'a, T>
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