pub struct Input<'a, I, D> {
pub id: I,
pub data: Shared<BoxFuture<'a, Option<D>>>,
}Fields§
§id: I§data: Shared<BoxFuture<'a, Option<D>>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, I, D> Freeze for Input<'a, I, D>where
I: Freeze,
impl<'a, I, D> !RefUnwindSafe for Input<'a, I, D>
impl<'a, I, D> Send for Input<'a, I, D>
impl<'a, I, D> Sync for Input<'a, I, D>
impl<'a, I, D> Unpin for Input<'a, I, D>where
I: Unpin,
impl<'a, I, D> !UnwindSafe for Input<'a, I, D>
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