pub struct Plot<'a, W, D> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'a, W, D> Freeze for Plot<'a, W, D>
impl<'a, W, D> RefUnwindSafe for Plot<'a, W, D>where
W: RefUnwindSafe,
D: RefUnwindSafe,
impl<'a, W, D> Send for Plot<'a, W, D>
impl<'a, W, D> Sync for Plot<'a, W, D>
impl<'a, W, D> Unpin for Plot<'a, W, D>
impl<'a, W, D> UnwindSafe for Plot<'a, W, D>where
W: UnwindSafe,
D: 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