pub struct OpenSpanJobView<'a> {
pub link_id: LinkId,
pub hash: ResourceHash,
pub span_start: usize,
pub bytes: &'a [u8],
}Expand description
What a pool chew job copies before begin_open_chew parks
the row as Chewing: the row’s identity and the next contiguous ciphertext span.
Fields§
§link_id: LinkId§hash: ResourceHash§span_start: usize§bytes: &'a [u8]Auto Trait Implementations§
impl<'a> Freeze for OpenSpanJobView<'a>
impl<'a> RefUnwindSafe for OpenSpanJobView<'a>
impl<'a> Send for OpenSpanJobView<'a>
impl<'a> Sync for OpenSpanJobView<'a>
impl<'a> Unpin for OpenSpanJobView<'a>
impl<'a> UnsafeUnpin for OpenSpanJobView<'a>
impl<'a> UnwindSafe for OpenSpanJobView<'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