pub struct PlotToken<'ui> { /* private fields */ }Expand description
Token that represents an active plot
The plot will be automatically ended when this token is dropped.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'ui> Freeze for PlotToken<'ui>
impl<'ui> RefUnwindSafe for PlotToken<'ui>
impl<'ui> Send for PlotToken<'ui>
impl<'ui> Sync for PlotToken<'ui>
impl<'ui> Unpin for PlotToken<'ui>
impl<'ui> UnwindSafe for PlotToken<'ui>
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