pub struct Serie<T: IterInPoint<P, Item = P>, P: InPoint> {
pub iter: T,
/* private fields */
}Fields§
§iter: TImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, P> Freeze for Serie<T, P>where
T: Freeze,
impl<T, P> RefUnwindSafe for Serie<T, P>where
T: RefUnwindSafe,
impl<T, P> Send for Serie<T, P>where
T: Send,
impl<T, P> Sync for Serie<T, P>where
T: Sync,
impl<T, P> Unpin for Serie<T, P>where
T: Unpin,
impl<T, P> UnwindSafe for Serie<T, P>where
T: 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