pub struct Frame<'a, B>where
B: Backend + 'a,{ /* private fields */ }
Expand description
Represents a consistent terminal interface for rendering.
Implementations§
Auto Trait Implementations§
impl<'a, B> Freeze for Frame<'a, B>
impl<'a, B> RefUnwindSafe for Frame<'a, B>where
B: RefUnwindSafe,
impl<'a, B> Send for Frame<'a, B>where
B: Send,
impl<'a, B> Sync for Frame<'a, B>where
B: Sync,
impl<'a, B> Unpin for Frame<'a, B>
impl<'a, B> !UnwindSafe for Frame<'a, B>
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