pub struct AsciiFrontend<S, D> { /* private fields */ }
Expand description
The main frontend struct.
Implementations§
Source§impl<S, D> AsciiFrontend<S, D>where
S: RenderCell<String>,
impl<S, D> AsciiFrontend<S, D>where
S: RenderCell<String>,
Auto Trait Implementations§
impl<S, D> Freeze for AsciiFrontend<S, D>
impl<S, D> RefUnwindSafe for AsciiFrontend<S, D>where
S: RefUnwindSafe,
impl<S, D> Send for AsciiFrontend<S, D>where
S: Send,
impl<S, D> Sync for AsciiFrontend<S, D>where
S: Sync,
impl<S, D> Unpin for AsciiFrontend<S, D>where
S: Unpin,
impl<S, D> UnwindSafe for AsciiFrontend<S, D>where
S: UnwindSafe,
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