pub struct LimitOpArgs {
pub input: u32,
pub count: i64,
pub skip: i64,
}Fields§
§input: u32§count: i64§skip: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for LimitOpArgs
impl RefUnwindSafe for LimitOpArgs
impl Send for LimitOpArgs
impl Sync for LimitOpArgs
impl Unpin for LimitOpArgs
impl UnsafeUnpin for LimitOpArgs
impl UnwindSafe for LimitOpArgs
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