pub struct Select<'a, E, const N: usize>(/* private fields */);Expand description
Trait Implementations§
Auto Trait Implementations§
impl<'a, E, const N: usize> Freeze for Select<'a, E, N>
impl<'a, E, const N: usize> !RefUnwindSafe for Select<'a, E, N>
impl<'a, E, const N: usize> !Send for Select<'a, E, N>
impl<'a, E, const N: usize> !Sync for Select<'a, E, N>
impl<'a, E, const N: usize> Unpin for Select<'a, E, N>
impl<'a, E, const N: usize> !UnwindSafe for Select<'a, E, N>
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