pub enum LimitKind {
Rows,
Cells,
Bytes,
Work,
Deadline,
}Expand description
Stable identity of an execution bound, suitable for a redacted limit receipt.
Variants§
Rows
Emitted row count.
Cells
Emitted cell count.
Bytes
Logical output bytes.
Work
Provider work units.
Deadline
Delivered-clock deadline.
Trait Implementations§
impl Copy for LimitKind
impl Eq for LimitKind
impl StructuralPartialEq for LimitKind
Auto Trait Implementations§
impl Freeze for LimitKind
impl RefUnwindSafe for LimitKind
impl Send for LimitKind
impl Sync for LimitKind
impl Unpin for LimitKind
impl UnsafeUnpin for LimitKind
impl UnwindSafe for LimitKind
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