pub struct PagedLoadExecution<E: EntityKind> { /* private fields */ }Expand description
PagedLoadExecution
Cursor-paged load response with optional continuation cursor bytes.
Implementations§
Source§impl<E: EntityKind> PagedLoadExecution<E>
impl<E: EntityKind> PagedLoadExecution<E>
Trait Implementations§
Source§impl<E: Debug + EntityKind> Debug for PagedLoadExecution<E>
impl<E: Debug + EntityKind> Debug for PagedLoadExecution<E>
Source§impl<E: EntityKind> From<(Response<E>, Option<Vec<u8>>)> for PagedLoadExecution<E>
impl<E: EntityKind> From<(Response<E>, Option<Vec<u8>>)> for PagedLoadExecution<E>
Source§impl<E: EntityKind> From<PagedLoadExecution<E>> for (Response<E>, Option<Vec<u8>>)
impl<E: EntityKind> From<PagedLoadExecution<E>> for (Response<E>, Option<Vec<u8>>)
Source§fn from(value: PagedLoadExecution<E>) -> Self
fn from(value: PagedLoadExecution<E>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<E> Freeze for PagedLoadExecution<E>
impl<E> RefUnwindSafe for PagedLoadExecution<E>
impl<E> Send for PagedLoadExecution<E>
impl<E> Sync for PagedLoadExecution<E>
impl<E> Unpin for PagedLoadExecution<E>
impl<E> UnsafeUnpin for PagedLoadExecution<E>
impl<E> UnwindSafe for PagedLoadExecution<E>
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