pub struct Delay<LABEL> {
pub scope: Scope,
pub label: LABEL,
}
Expand description
Value returned when a query cannot yet be computed because some edge it depends on is still closed.
Fields§
§scope: Scope
§label: LABEL
Trait Implementations§
impl<LABEL: Copy> Copy for Delay<LABEL>
impl<LABEL: Eq> Eq for Delay<LABEL>
impl<LABEL> StructuralPartialEq for Delay<LABEL>
Auto Trait Implementations§
impl<LABEL> Freeze for Delay<LABEL>where
LABEL: Freeze,
impl<LABEL> RefUnwindSafe for Delay<LABEL>where
LABEL: RefUnwindSafe,
impl<LABEL> Send for Delay<LABEL>where
LABEL: Send,
impl<LABEL> Sync for Delay<LABEL>where
LABEL: Sync,
impl<LABEL> Unpin for Delay<LABEL>where
LABEL: Unpin,
impl<LABEL> UnwindSafe for Delay<LABEL>where
LABEL: UnwindSafe,
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