pub struct Projection { /* private fields */ }Expand description
A projection is an ordered view of a tuple store, under a specific permutation.
Implementations§
Source§impl Projection
impl Projection
Sourcepub fn skip_iter<'a>(&'a self) -> ProjectionIter<'a>
pub fn skip_iter<'a>(&'a self) -> ProjectionIter<'a>
Creates a SkipIterator for the Projection
Auto Trait Implementations§
impl Freeze for Projection
impl RefUnwindSafe for Projection
impl Send for Projection
impl Sync for Projection
impl Unpin for Projection
impl UnwindSafe for Projection
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