pub struct ProjectionMap { /* private fields */ }Expand description
Tracks which columns are visible after select().
Implementations§
Trait Implementations§
Source§impl Clone for ProjectionMap
impl Clone for ProjectionMap
Source§fn clone(&self) -> ProjectionMap
fn clone(&self) -> ProjectionMap
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 moreAuto Trait Implementations§
impl Freeze for ProjectionMap
impl RefUnwindSafe for ProjectionMap
impl Send for ProjectionMap
impl Sync for ProjectionMap
impl Unpin for ProjectionMap
impl UnsafeUnpin for ProjectionMap
impl UnwindSafe for ProjectionMap
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