pub struct IsBatch {
pub id_range: Range<u64>,
}
Expand description
An extension type for the RpcServiceT::batch
for the expected id range of the batch entries.
Fields§
§id_range: Range<u64>
The range of ids for the batch entries.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IsBatch
impl RefUnwindSafe for IsBatch
impl Send for IsBatch
impl Sync for IsBatch
impl Unpin for IsBatch
impl UnwindSafe for IsBatch
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