pub struct Chart<X, Y>{ /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<X, Y> TemplateSimple for Chart<X, Y>
impl<X, Y> TemplateSimple for Chart<X, Y>
Source§fn render_once(self) -> RenderResult
fn render_once(self) -> RenderResult
Render the template and return the rendering result as
RenderResult
Read moreSource§fn render_once_to(self, __sf_buf: &mut Buffer) -> Result<(), RenderError>
fn render_once_to(self, __sf_buf: &mut Buffer) -> Result<(), RenderError>
Render the template and append the result to
buf
. Read moreAuto Trait Implementations§
impl<X, Y> Freeze for Chart<X, Y>
impl<X, Y> RefUnwindSafe for Chart<X, Y>where
X: RefUnwindSafe,
Y: RefUnwindSafe,
impl<X, Y> Send for Chart<X, Y>
impl<X, Y> Sync for Chart<X, Y>
impl<X, Y> Unpin for Chart<X, Y>
impl<X, Y> UnwindSafe for Chart<X, Y>where
X: UnwindSafe,
Y: 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