pub struct SelectPart<S, N> { /* private fields */ }
Trait Implementations§
Source§impl<S, N> IncompleteSelect for SelectPart<S, N>
impl<S, N> IncompleteSelect for SelectPart<S, N>
Auto Trait Implementations§
impl<S, N> Freeze for SelectPart<S, N>
impl<S, N> RefUnwindSafe for SelectPart<S, N>where
N: RefUnwindSafe,
S: RefUnwindSafe,
impl<S, N> Send for SelectPart<S, N>
impl<S, N> Sync for SelectPart<S, N>
impl<S, N> Unpin for SelectPart<S, N>
impl<S, N> UnwindSafe for SelectPart<S, N>where
N: UnwindSafe,
S: 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