pub struct LimitDef {
pub kind: LimitKind,
pub offset: Option<u64>,
}Expand description
Pagination definition.
Fields§
§kind: LimitKind§offset: Option<u64>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LimitDef
impl RefUnwindSafe for LimitDef
impl Send for LimitDef
impl Sync for LimitDef
impl Unpin for LimitDef
impl UnsafeUnpin for LimitDef
impl UnwindSafe for LimitDef
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