pub struct ClonedPlotIt<I>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<I: Clone> Clone for ClonedPlotIt<I>
impl<I: Clone> Clone for ClonedPlotIt<I>
Source§fn clone(&self) -> ClonedPlotIt<I>
fn clone(&self) -> ClonedPlotIt<I>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<I: Copy> Copy for ClonedPlotIt<I>
Auto Trait Implementations§
impl<I> Freeze for ClonedPlotIt<I>where
I: Freeze,
impl<I> RefUnwindSafe for ClonedPlotIt<I>where
I: RefUnwindSafe,
impl<I> Send for ClonedPlotIt<I>where
I: Send,
impl<I> Sync for ClonedPlotIt<I>where
I: Sync,
impl<I> Unpin for ClonedPlotIt<I>where
I: Unpin,
impl<I> UnwindSafe for ClonedPlotIt<I>where
I: 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