Struct veilid_tools::SingleShotEventual
source · pub struct SingleShotEventual<T>where
T: Unpin,{ /* private fields */ }Implementations§
source§impl<T> SingleShotEventual<T>where
T: Unpin,
impl<T> SingleShotEventual<T>where T: Unpin,
pub fn new(drop_value: Option<T>) -> Self
pub fn resolve(self, value: T) -> EventualResolvedFuture<EventualValue<T>> ⓘ
pub fn instance(&self) -> EventualValueFuture<T> ⓘ
Trait Implementations§
Auto Trait Implementations§
impl<T> !RefUnwindSafe for SingleShotEventual<T>
impl<T> Send for SingleShotEventual<T>where T: Send,
impl<T> Sync for SingleShotEventual<T>where T: Send + Sync,
impl<T> Unpin for SingleShotEventual<T>
impl<T> !UnwindSafe for SingleShotEventual<T>
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