pub struct Lane<C> {
pub query_weight: Weight,
pub cursor: C,
}Expand description
One query dimension paired with its cursor.
Fields§
§query_weight: Weight§cursor: CImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<C> Freeze for Lane<C>where
C: Freeze,
impl<C> RefUnwindSafe for Lane<C>where
C: RefUnwindSafe,
impl<C> Send for Lane<C>where
C: Send,
impl<C> Sync for Lane<C>where
C: Sync,
impl<C> Unpin for Lane<C>where
C: Unpin,
impl<C> UnsafeUnpin for Lane<C>where
C: UnsafeUnpin,
impl<C> UnwindSafe for Lane<C>where
C: UnwindSafe,
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