pub struct Select<I, T> { /* private fields */ }Expand description
Select operator.
Trait Implementations§
Auto Trait Implementations§
impl<I, T> !RefUnwindSafe for Select<I, T>
impl<I, T> !UnwindSafe for Select<I, T>
impl<I, T> Freeze for Select<I, T>
impl<I, T> Send for Select<I, T>
impl<I, T> Sync for Select<I, T>
impl<I, T> Unpin for Select<I, T>where
T: Unpin,
impl<I, T> UnsafeUnpin for Select<I, T>
Blanket Implementations§
impl<T> Arguments for T
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