pub struct OffloadedOpenSpan<'a> {
pub link_id: LinkId,
pub hash: ResourceHash,
pub span_start: usize,
pub state: StreamedOpen,
pub bytes: &'a [u8],
}Expand description
A worker’s finished chew, exactly as it returns: the identity that finds the row, the state that re-parks on it, and the decrypted bytes that land back over their ciphertext.
Fields§
§link_id: LinkId§hash: ResourceHash§span_start: usize§state: StreamedOpen§bytes: &'a [u8]Auto Trait Implementations§
impl<'a> Freeze for OffloadedOpenSpan<'a>
impl<'a> RefUnwindSafe for OffloadedOpenSpan<'a>
impl<'a> Send for OffloadedOpenSpan<'a>
impl<'a> Sync for OffloadedOpenSpan<'a>
impl<'a> Unpin for OffloadedOpenSpan<'a>
impl<'a> UnsafeUnpin for OffloadedOpenSpan<'a>
impl<'a> UnwindSafe for OffloadedOpenSpan<'a>
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