pub struct DslPage {
pub hits: Vec<DslHit>,
pub total: Option<u64>,
}Fields§
§hits: Vec<DslHit>§total: Option<u64>Trait Implementations§
impl StructuralPartialEq for DslPage
Auto Trait Implementations§
impl Freeze for DslPage
impl RefUnwindSafe for DslPage
impl Send for DslPage
impl Sync for DslPage
impl Unpin for DslPage
impl UnsafeUnpin for DslPage
impl UnwindSafe for DslPage
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