Struct cut::offer_choice::ContSum
source · [−]pub struct ContSum<'r, Row, C> {
future: Pin<Box<dyn Future<Output = ()> + Send + 'r, Global>>,
phantom: PhantomData<(Box<dyn Invariant<'r> + 'static, Global>, C, Row)>,
}
Fields
future: Pin<Box<dyn Future<Output = ()> + Send + 'r, Global>>
phantom: PhantomData<(Box<dyn Invariant<'r> + 'static, Global>, C, Row)>
Auto Trait Implementations
impl<'r, Row, C> !RefUnwindSafe for ContSum<'r, Row, C>
impl<'r, Row, C> Send for ContSum<'r, Row, C> where
C: Send,
Row: Send,
impl<'r, Row, C> !Sync for ContSum<'r, Row, C>
impl<'r, Row, C> Unpin for ContSum<'r, Row, C> where
C: Unpin,
Row: Unpin,
impl<'r, Row, C> !UnwindSafe for ContSum<'r, Row, C>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more