Struct veilid_tools::EventualValueClone
source · pub struct EventualValueClone<T: Unpin + Clone> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<T: Unpin + Clone> EventualBase for EventualValueClone<T>
impl<T: Unpin + Clone> EventualBase for EventualValueClone<T>
type ResolvedType = T
fn base_inner(&self) -> MutexGuard<'_, EventualBaseInner<Self::ResolvedType>>
fn resolve_to_value( &self, value: Self::ResolvedType ) -> EventualResolvedFuture<Self> ⓘ
Auto Trait Implementations§
impl<T> !RefUnwindSafe for EventualValueClone<T>
impl<T> Send for EventualValueClone<T>where
T: Send,
impl<T> Sync for EventualValueClone<T>where
T: Send,
impl<T> Unpin for EventualValueClone<T>
impl<T> !UnwindSafe for EventualValueClone<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