pub struct LoadSpec {
pub limit: Option<u32>,
pub offset: u32,
}Expand description
LoadSpec Mode-specific fields for load intents. Encodes pagination without leaking into delete intents.
Fields§
§limit: Option<u32>§offset: u32Implementations§
Trait Implementations§
impl Copy for LoadSpec
impl Eq for LoadSpec
impl StructuralPartialEq for LoadSpec
Auto Trait Implementations§
impl Freeze for LoadSpec
impl RefUnwindSafe for LoadSpec
impl Send for LoadSpec
impl Sync for LoadSpec
impl Unpin for LoadSpec
impl UnwindSafe for LoadSpec
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